Verbal: English l10n
Verbal::Numbers.to_words(789, :language => 'en')
=> "seven hundreds and eighty nine"
Verbal::Currency.to_words(789_00, 'USD', :language => 'en')
=> "seven hundreds and eighty nine dollars zero cents"
Jacek Becela's assigned tickets
1 ticket remains
- #1 I18n - make it easy to add new l10ns. no tags new
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
enables conversion of numbers, currencies, and other units to words in various languages.
Now supported is only Polish
