summaryrefslogtreecommitdiffstats
path: root/res/lang/en.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'res/lang/en.ftl')
-rw-r--r--res/lang/en.ftl6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/lang/en.ftl b/res/lang/en.ftl
index 33ecc3f..d681ac4 100644
--- a/res/lang/en.ftl
+++ b/res/lang/en.ftl
@@ -61,7 +61,11 @@ or_start = Or
password_prompt = Password:
post_approve = Approve
post_approve_undo = Remove from Community
-post_comments_count = { $count } comments
+post_comments_count =
+ { $count } { $count ->
+ [one] comment
+ *[other] comments
+ }
post_delete_question = Delete this post?
post_delete_title = Delete Post
post_likes_nothing = Looks like nobody has liked this post yet.