Skip to content

Commit

Permalink
Change Hungarian from "One" to "OneOther"
Browse files Browse the repository at this point in the history
This fixes #706.
  • Loading branch information
jfly committed Nov 13, 2018
1 parent f498fe8 commit 7838ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rails/pluralization/hu.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require 'rails_i18n/common_pluralizations/other'

::RailsI18n::Pluralization::Other.with_locale(:hu)
::RailsI18n::Pluralization::OneOther.with_locale(:hu)
2 changes: 1 addition & 1 deletion spec/unit/pluralization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@

describe 'Hungarian', :locale => :hu do
it_behaves_like 'an ordinary pluralization rule'
it_behaves_like 'other form language'
it_behaves_like 'one-other forms language'
end

describe 'Odiya', :locale => :or do
Expand Down

0 comments on commit 7838ad5

Please sign in to comment.