Merge refactor/i18n into develop
This commit is contained in:
parent
3da5bf9079
commit
c681b19e39
99 changed files with 2192 additions and 2987 deletions
|
|
@ -72,7 +72,7 @@ defineProps<{
|
|||
"
|
||||
:class="{ 'full-width': !action }"
|
||||
@click="cancel"
|
||||
:label="cancelText || $t('cancel')"
|
||||
:label="cancelText || $t('general.cancel')"
|
||||
v-close-popup
|
||||
/>
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ defineProps<{
|
|||
:class="{ 'full-width': !cancel }"
|
||||
v-if="action"
|
||||
@click="action"
|
||||
:label="actionText || $t('agree')"
|
||||
:label="actionText || $t('general.ok')"
|
||||
:color="color || 'primary'"
|
||||
v-close-popup
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue