Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate action buttons on popover #1

Open
dafixios opened this issue Nov 2, 2024 · 0 comments
Open

Translate action buttons on popover #1

dafixios opened this issue Nov 2, 2024 · 0 comments

Comments

@dafixios
Copy link

dafixios commented Nov 2, 2024

I want to ask if it's possible to add translations to the action buttons on the popover.

<div class="nr-grid nr-grid-cols-2 nr-gap-x-4">
   <DefaultButton size="sm" @click="$emit('confirm')">
      { __('Confirm') }}
   </DefaultButton>
   <BasicButton size="sm" @click.stop="toggle = false" >
        {{ __('Cancel') }}
    </BasicButton>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant