feat(i18n): i18nize everything
This commit is contained in:
@@ -198,15 +198,15 @@ const viewComponents: Record<string, Component> = {
|
||||
<CommonButtons
|
||||
v-if="isSubmenuSelected"
|
||||
:y-offset="0"
|
||||
b-label="Go back"
|
||||
a-label="Select"
|
||||
:b-label="$t('common.goBack')"
|
||||
:a-label="$t('common.select')"
|
||||
@activate-b="select(getParentMenu(selected))"
|
||||
/>
|
||||
<CommonButtons
|
||||
v-else
|
||||
:y-offset="0"
|
||||
b-label="Quit"
|
||||
a-label="Select"
|
||||
:b-label="$t('common.quit')"
|
||||
:a-label="$t('common.select')"
|
||||
@activate-b="app.navigateTo('home')"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user