feat: add lang keys for hidden labels

This commit is contained in:
Barış Soner Uşaklı
2024-02-02 15:50:29 -05:00
parent 98b455ce6f
commit e298fb6b59
2 changed files with 6 additions and 2 deletions

View File

@@ -168,5 +168,6 @@
"user-search-prompt": "Type something here to find users...",
"hidden": "Hidden",
"sort": "Sort",
"actions": "Actions"
"actions": "Actions",
"rss-feed": "RSS Feed"
}

View File

@@ -235,5 +235,8 @@
"post-quick-reply": "Quick reply",
"navigator.index": "Post %1 of %2",
"navigator.unread": "%1 unread"
"navigator.unread": "%1 unread",
"upvote-post": "Upvote post",
"downvote-post": "Downvote post",
"post-tools": "Post tools"
}