mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 05:19:58 +00:00
i18n: allow localizing "Pinned post"
This commit is contained in:
parent
c874b3d6c5
commit
5e1a8183c3
2 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,7 @@ const forceShow = ref(false)
|
||||||
relative text-secondary ws-nowrap
|
relative text-secondary ws-nowrap
|
||||||
>
|
>
|
||||||
<div i-ri:pushpin-line />
|
<div i-ri:pushpin-line />
|
||||||
<span>Pinned post</span>
|
<span>{{ $t('status.pinned') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -632,6 +632,7 @@
|
||||||
"dismiss": "Dismiss",
|
"dismiss": "Dismiss",
|
||||||
"read": "Read {0} description"
|
"read": "Read {0} description"
|
||||||
},
|
},
|
||||||
|
"pinned": "Pinned post",
|
||||||
"poll": {
|
"poll": {
|
||||||
"count": "{0} votes|{0} vote|{0} votes",
|
"count": "{0} votes|{0} vote|{0} votes",
|
||||||
"ends": "ends {0}",
|
"ends": "ends {0}",
|
||||||
|
|
Loading…
Reference in a new issue