From ad41806e53e6b024aaca01d1d59fcc82d1c4b804 Mon Sep 17 00:00:00 2001 From: M Somerville Date: Wed, 22 Aug 2018 18:42:47 +0100 Subject: Allow use of plurals on about page stats. (#8363) --- config/locales/en.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 45b321312..5e127dc71 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -30,10 +30,14 @@ en: other_instances: Instance list privacy_policy: Privacy policy source_code: Source code - status_count_after: statuses + status_count_after: + one: status + other: statuses status_count_before: Who authored terms: Terms of service - user_count_after: users + user_count_after: + one: user + other: users user_count_before: Home to what_is_mastodon: What is Mastodon? accounts: -- cgit