Skip to content

Commit

Permalink
i18n: allow localizing "Pinned post"
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Apr 8, 2024
1 parent 400c9e4 commit ec4bdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"dismiss": "Dismiss",
"read": "Read {0} description"
},
"pinned": "Pinned post",
"poll": {
"count": "{0} votes|{0} vote|{0} votes",
"ends": "ends {0}",
Expand Down

0 comments on commit ec4bdc6

Please sign in to comment.