mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-14 21:09: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
|
||||
>
|
||||
<div i-ri:pushpin-line />
|
||||
<span>Pinned post</span>
|
||||
<span>{{ $t('status.pinned') }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -632,6 +632,7 @@
|
|||
"dismiss": "Dismiss",
|
||||
"read": "Read {0} description"
|
||||
},
|
||||
"pinned": "Pinned post",
|
||||
"poll": {
|
||||
"count": "{0} votes|{0} vote|{0} votes",
|
||||
"ends": "ends {0}",
|
||||
|
|
Loading…
Reference in a new issue