radar / humanize

Takes your numbers and makes them *fancy*.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong translation 446.humanize in locale :ru

sergey-arkhipov opened this issue · comments

 >>  Humanize.configure {|config| config.default_locale = :ru}
=> :ru
>> 446.humanize
=> "шесть"
>> 

Replace 'шесть' to 'четыреста сорок шесть' in lib/humanize/locales/constants/ru.rb, please...

Sure. Submit a PR for this and I'm happy to merge it.