add two to the javascript pluralizations
This commit is contained in:
parent
0b6c5421c3
commit
ca87a3f9ea
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue