From ed17b1288dc0bb2c44220ff9122deb6abb4bbba5 Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Sun, 15 Nov 2020 15:12:23 -0700 Subject: Fix pluralization of post_comments_count for en & eo --- res/lang/en.ftl | 6 +++++- res/lang/eo.ftl | 6 +++++- 2 files changed, 10 insertions(+), 2 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. diff --git a/res/lang/eo.ftl b/res/lang/eo.ftl index 03e5ba1..85b9c82 100644 --- a/res/lang/eo.ftl +++ b/res/lang/eo.ftl @@ -61,7 +61,11 @@ or_start = Aŭ password_prompt = Pasvorto: post_approve = Aprobi post_approve_undo = Forpreni el komunumo -post_comments_count = { $count } komentoj +post_comments_count = + { $count } { $count -> + [one] komento + *[other] komentoj + } post_delete_question = Ĉu vi volas forigi ĉi tiun poŝton? post_delete_title = Forigi Poŝton post_likes_nothing = Ŝajnas, ke neniu ankoraŭ ŝatis ĉi tion poŝton. -- cgit v1.2.3