feat: unify the format of locale keys (#2380)
This commit is contained in:
parent
907d9999dc
commit
ca2ca2bef4
29 changed files with 79 additions and 79 deletions
|
@ -16,7 +16,7 @@ const pwaIsInstalled = process.client && !!useNuxtApp().$pwa?.isInstalled
|
|||
<template #title>
|
||||
<NuxtLink to="/share-target" flex items-center gap-2>
|
||||
<div i-ri:share-line />
|
||||
<span>{{ $t('share-target.title') }}</span>
|
||||
<span>{{ $t('share_target.title') }}</span>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
<slot>
|
||||
|
@ -29,9 +29,9 @@ const pwaIsInstalled = process.client && !!useNuxtApp().$pwa?.isInstalled
|
|||
text-red-600 dark:text-red-400
|
||||
border="~ base rounded red-600 dark:red-400"
|
||||
>
|
||||
{{ $t('share-target.hint') }}
|
||||
{{ $t('share_target.hint') }}
|
||||
</div>
|
||||
<div>{{ $t('share-target.description') }}</div>
|
||||
<div>{{ $t('share_target.description') }}</div>
|
||||
</div>
|
||||
</slot>
|
||||
</MainContent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue