Merge pull request #126 from LemmyNet/block_urls

Add blocked URL translations
This commit is contained in:
SleeplessOne1917 2024-04-10 23:28:45 +00:00 committed by GitHub
commit b0dab329ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -619,5 +619,7 @@
"unhide_post": "Unhide Post",
"show_hidden_posts": "Show hidden posts",
"post_hidden": "Post hidden",
"post_unhidden": "Post unhidden"
"post_unhidden": "Post unhidden",
"block_urls": "Block URLs",
"block_urls_placeholder": "Put your blocked URLs here, one URL per line."
}