Skip to content

Commit

Permalink
match he pluralization to translations
Browse files Browse the repository at this point in the history
  • Loading branch information
borisnadion authored and kuroda committed Apr 25, 2012
1 parent 11866e2 commit 4993ea8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rails/pluralization/he.rb
Expand Up @@ -5,10 +5,6 @@ def self.rule
lambda do |n|
if n == 1
:one
elsif n == 2
:two
elsif n != 0 && n % 10 == 0
:many
else
:other
end
Expand Down

0 comments on commit 4993ea8

Please sign in to comment.