feat(i18n): i18nize everything
This commit is contained in:
@@ -53,8 +53,8 @@ onUnmounted(() => {
|
||||
<Buttons
|
||||
v-if="confirmationModal.onConfirm"
|
||||
:y-offset="confirmationModal.modalButtonsYOffset"
|
||||
b-label="Cancel"
|
||||
a-label="Confirm"
|
||||
:b-label="$t('common.cancel')"
|
||||
:a-label="$t('common.confirm')"
|
||||
@activate-a="handleActivateA"
|
||||
@activate-b="handleActivateB"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user