feat(i18n): add Ukrainian localization (#882)
This commit is contained in:
parent
efe406df5b
commit
1dcaf41c0f
5 changed files with 448 additions and 4 deletions
|
@ -88,7 +88,7 @@ const isSelf = $computed(() => currentUser.value?.account.id === account.id)
|
|||
<NuxtLink
|
||||
v-if="isSelf"
|
||||
to="/settings/profile/appearance"
|
||||
gap-1 items-center border="1" rounded-full flex="~ gap2 center" font-500 w-30 h-fit py1
|
||||
gap-1 items-center border="1" rounded-full flex="~ gap2 center" font-500 min-w-30 h-fit px3 py1
|
||||
hover="border-primary text-primary bg-active"
|
||||
>
|
||||
{{ $t('settings.profile.appearance.title') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue