polish-number

Translates numbers to Polish words

Installation

gem install polish-number

Usage

require 'polish_number'

PolishNumber.translate(1234) #=> tysiąc dwieście trzydzieści cztery

Running specs

rake test

TODO

  • currently works for number 0-1999. Make it work with millions, billions, etc

  • optional noun pluralization

GitHub

github.com/wpiekutowski/polish-number

Credits

polish-number is maintained by Wojciech Piekutowski.