add two to the javascript pluralizations

This commit is contained in:
Jonne Haß 2012-01-14 16:40:13 +01:00
parent 0b6c5421c3
commit ca87a3f9ea

View file

@ -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"