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(--info-bg)"
|
||||
:title="iconOnly ? $t('back') : undefined"
|
||||
:title="iconOnly ? $t('general.back') : undefined"
|
||||
>
|
||||
{{ $t('back') }}
|
||||
{{ $t('general.back') }}
|
||||
</MainButton>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue