Merge pull request #113 from LemmyNet/fix-denied

Fix accidental comma in en translation json
This commit is contained in:
SleeplessOne1917 2024-01-15 18:47:22 +00:00 committed by GitHub
commit 6b1d642fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
"no_posts": "No Posts.", "no_posts": "No Posts.",
"create_a_post": "Create a post", "create_a_post": "Create a post",
"create_post": "Create Post", "create_post": "Create Post",
"denied":, "Denied", "denied": "Denied",
"number_of_posts": "{{formattedCount}} Post", "number_of_posts": "{{formattedCount}} Post",
"number_of_posts_plural": "{{formattedCount}} Posts", "number_of_posts_plural": "{{formattedCount}} Posts",
"posts": "Posts", "posts": "Posts",