diff --git a/config/locales/javascript/javascript.en.yml b/config/locales/javascript/javascript.en.yml index c70aa09f4..d30c4b0d0 100644 --- a/config/locales/javascript/javascript.en.yml +++ b/config/locales/javascript/javascript.en.yml @@ -44,6 +44,7 @@ en: toggle: zero: "Select aspects" one: "In <%= count %> aspect" + two: "In <%= count %> aspects" few: "In <%= count %> aspects" many: "In <%= count %> aspects" other: "In <%= count %> aspects" @@ -84,6 +85,7 @@ en: likes: zero: "<%= count %> Likes" one: "<%= count %> Like" + two: "<%= count %> Likes" few: "<%= count %> Likes" many: "<%= count %> Likes" other: "<%= count %> Likes" @@ -91,6 +93,7 @@ en: reshares: zero: "<%= count %> Reshares" one: "<%= count %> Reshare" + two: "<%= count %> Reshares" few: "<%= count %> Reshares" many: "<%= count %> Reshares" other: "<%= count %> Reshares" @@ -98,6 +101,7 @@ en: more_comments: zero: "Show <%= count %> more comments" one: "Show <%= count %> more comment" + two: "Show <%= count %> more comments" few: "Show <%= count %> more comments" many: "Show <%= count %> more comments" other: "Show <%= count %> more comments"