i18n: allow localizing "Pinned post"
This commit is contained in:
parent
c874b3d6c5
commit
5e1a8183c3
@ -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 New Issue
Block a user