diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-28 01:16:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 01:16:02 +0200 |
commit | e6a159a64869927cca5535943cdf3a280aeb5394 (patch) | |
tree | ec86c82840669ca5cd35c7401d8e722f4f0b9f6b | |
parent | d7d049aab7578028492e73671769f0a350e34203 (diff) |
Fix extra “zero” key in some plural translation strings (#17883)
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 5fa3c012e..829cd61d0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -168,7 +168,6 @@ en: previous_strikes_description_html: one: This account has <strong>one</strong> strike. other: This account has <strong>%{count}</strong> strikes. - zero: This account is <strong>in good standing</strong>. promote: Promote protocol: Protocol public: Public @@ -530,7 +529,6 @@ en: known_accounts: one: "%{count} known account" other: "%{count} known accounts" - zero: No known account moderation: all: All limited: Limited @@ -802,7 +800,6 @@ en: shared_by_over_week: one: Shared by one person over the last week other: Shared by %{count} people over the last week - zero: Shared by noone over the last week title: Trending links usage_comparison: Shared %{today} times today, compared to %{yesterday} yesterday pending_review: Pending review @@ -845,7 +842,6 @@ en: used_by_over_week: one: Used by one person over the last week other: Used by %{count} people over the last week - zero: Used by noone over the last week title: Trends warning_presets: add_new: Add new |