i18n: allow localizing "Pinned post"

shuuji3/feat/prepend-pinned-post
TAKAHASHI Shuuji 2024-04-09 00:06:43 +09:00
rodzic c874b3d6c5
commit 5e1a8183c3
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -85,7 +85,7 @@ const forceShow = ref(false)
relative text-secondary ws-nowrap
>
<div i-ri:pushpin-line />
<span>Pinned post</span>
<span>{{ $t('status.pinned') }}</span>
</div>
</div>

Wyświetl plik

@ -632,6 +632,7 @@
"dismiss": "Dismiss",
"read": "Read {0} description"
},
"pinned": "Pinned post",
"poll": {
"count": "{0} votes|{0} vote|{0} votes",
"ends": "ends {0}",