feat(i18n): plurals support (#278)
This commit is contained in:
parent
0f7de38c24
commit
c4cf3fb371
17 changed files with 234 additions and 91 deletions
|
@ -12,7 +12,7 @@ const loaded = $ref(false)
|
|||
<img
|
||||
:key="account.avatar"
|
||||
:src="account.avatar"
|
||||
:alt="account.username"
|
||||
:alt="$t('account.avatar_description', [account.username])"
|
||||
loading="lazy"
|
||||
rounded-full
|
||||
:class="loaded ? 'bg-gray' : 'bg-gray:10'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue