feat(i18n): plurals support (#278)
This commit is contained in:
parent
0f7de38c24
commit
c4cf3fb371
17 changed files with 234 additions and 91 deletions
|
@ -44,7 +44,7 @@ const paginator = $computed(() => tabs.find(t => t.name === tab)!.paginator)
|
|||
|
||||
<template>
|
||||
<div v-if="(account!.discoverable === false)" h-30 flex="~ center" text-secondary-light>
|
||||
Profile unavailable
|
||||
{{ $t('account.profile_unavailable') }}
|
||||
</div>
|
||||
<div v-else>
|
||||
<CommonTabs v-model="tab" :options="tabs" command />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue