mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
feat: add lang keys for hidden labels
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user