humanize
humanize copied to clipboard
Takes your numbers and makes them *fancy*.
add Traditional Chinese numerals
Italian language, please
I noticed the same issue here #14, but I don't see a way to override this. According to the code below this doesn't seem possible anymore. Am I missing something?...
If nobody did this for it locale, here it's my small contribution. I'm from Siena, Italy.
``` >> Humanize.configure {|config| config.default_locale = :ru} => :ru >> 446.humanize => "шесть" >> ``` Replace 'шесть' to 'четыреста сорок шесть' in lib/humanize/locales/constants/ru.rb, please...
It would be fantastic if this supported "first", "second", "third", "etc".... thanks
## Description I'll admit to being fairly new to [mutant](https://github.com/mbj/mutant) and mutation testing in general. I did notice, though, that the README and `bin/run_mutant` shell script didn't jive with recent(ish?)...
This PR refactors the `ruby.yml` GitHub Actions workflow with a handful of changes: **1. Configure bundler cache in setup-ruby action** The [ruby/setup-ruby GitHub Action](https://github.com/ruby/setup-ruby) supports a `bundler-cache` config that, "runs...