Skip to content

jaambros/numbers_and_words

 
 

Repository files navigation

Convert numbers to words using the I18n library.

Перевод чисел в слова при помощи библиотеки I18n.

Converti les nombres en lettres en utilisant la librairie I18n.

Supported Languages / Языки / Langues Supportées

  • English

  • Русский

  • Français

  • Українська

  • Türkçe**

  • Italiano**

  • Nederlands**

  • Hungarian

** Experimental

Examples / Примеры / Exemples

I18n.with_locale(:en) { 42.to_words }
=> "forty-two"

I18n.with_locale(:ru) { 42.to_words }
=> "сорок два"

I18n.with_locale(:fr) { 42.to_words }
=> "quarante-deux"

21.to_words
=> "twenty-one"
=> "двадцать один"
=> "vingt et un"
=> "двадцять один"
=> "yirmi bir"
=> "ventiuno"
=> "éénentwintig"
=> "huszonegy"

231.to_words
=> "two hundred thirty-one"
=> "двести тридцать один"
=> "deux cent trente-trois"
=> "двiстi тридцять один"
=> "iki yüz otuz bir"
=> "2 cento trentauno"
=> "tweehonderdéénendertig"
=> "kettőszázharmincegy"

4030.to_words
=> "four thousand thirty"
=> "четыре тысячи тридцать"
=> "quatre mille trente"
=> "чотири тисячi тридцять"
=> "dört bin otuz"
=> "quattro mille trenta"
=> "vierthousanddertig"
=> "négyezer-harminc"

1000100.to_words
=> "one million one hundred"
=> "один миллион сто"
=> "un million cent"
=> "один мiльйон сто"
=> "bir milyon bir yüz"
=> "uno milione 1 cento"
=> "één miljoen honderd"
=> "egymillió-egyszáz"

1000000000000000000000000000000000.to_words
=> "one decillion"
=> "один дециллион"
=> "un quintilliard"
=> "один децильйон"
=> "bir desilyon"
=> "uno decillion"
=> "één decillion"
=> "egykvintilliárd"

[1, 2, 3].to_words
=> ["one", "two", "three"]
=> ["один", "два", "три"]
=> ["un", "deux", "trois"]
=> ["egy", "kettő", "három"]

[11, 22, 133].to_words
=> ["eleven", "twenty-two", "one hundred thirty-three"] 
=> ["одиннадцать", "двадцать два", "сто тридцать три"]
=> ["onze", "vingt-deux", "cent trente-trois"]
=> ["одинадцять", "двадцять два", "сто тридцять три"]
=> ["on bir", "yirmi iki", "bir yüz otuz üç"]
=> ["undici", "ventidue", "1 cento trentatre"]
=> ["elf", "tweeentwintig", "honderddrieendertig"]
=> ["tizenegy", "huszonkettő", "egyszázharminchárom"]

Requirements / Требования / Configuration Requise

  • 1.8.7 <= Ruby (compatible with/совместимость с/compatible avec Ruby 1.9, JRuby and/и/et Rubinius);

  • 0.5.0 <= I18n (earlier versions not tested/ранние версии не тестировались/versions précédentes non testées);

Installation / Установка / Installation

gem install numbers_and_words

License / Лицензия / Licence

MIT License

Bugs and Language Support / Поправки и Новые Языки / Bugs et Support d’autres Langues

See CHANGELOG.md for last changes.

Fork the project. Make your feature addition or bug fix with tests.

Send a pull request. Bonus points for topic branches.

Contacts / Контакты / Contacts

About

Convert numbers to words using I18N.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%