Wrong translation 446.humanize in locale :ru
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 472
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
>> Humanize.configure {|config| config.default_locale = :ru}
=> :ru
>> 446.humanize
=> "шесть"
>>
Replace 'шесть' to 'четыреста сорок шесть' in lib/humanize/locales/constants/ru.rb, please...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading lib/humanize/locales/constants/ru.rb and locate the Russian number constants used for 446.humanize. Update the incorrect value so 446.humanize returns "четыреста сорок шесть" with the Russian locale. Done means the locale no longer returns "шесть" for 446.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- localization
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100