Merge refactor/i18n into develop
This commit is contained in:
parent
3da5bf9079
commit
c681b19e39
99 changed files with 2192 additions and 2987 deletions
|
|
@ -19,8 +19,8 @@ defineProps<{
|
|||
v-bind="{ ...$props, ...$attrs }"
|
||||
icon="mdi-arrow-left"
|
||||
color="var(--gray-8-hsl)"
|
||||
:title="iconOnly ? $t('undo') : undefined"
|
||||
:title="iconOnly ? $t('general.undo') : undefined"
|
||||
>
|
||||
{{ $t('undo') }}
|
||||
{{ $t('general.undo') }}
|
||||
</MainButton>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue