feat(i18n): es-419
cv translation support and separating some base strings for idiomatic context (#1505)
This commit is contained in:
parent
4c054a37fd
commit
b41b9353b8
6 changed files with 229 additions and 26 deletions
|
@ -46,7 +46,7 @@ const handleShowCommit = () => {
|
|||
</template>
|
||||
</SettingsItem>
|
||||
|
||||
<SettingsItem :text="$t('nav.built_at')" :content="builtTime" />
|
||||
<SettingsItem :text="$t('settings.about.built_at')" :content="builtTime" />
|
||||
</template>
|
||||
|
||||
<div h-1px bg-border my2 />
|
||||
|
|
|
@ -21,7 +21,7 @@ useHeadFixed({
|
|||
{{ $t('settings.notifications.notifications.label') }}
|
||||
</h3>
|
||||
<p text-4xl text-center>
|
||||
<span sr-only>Under construction</span> 🚧
|
||||
<span sr-only>{{ $t('settings.notifications.under_construction') }}</span> 🚧
|
||||
</p>
|
||||
</MainContent>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue