markburns / numbers_in_words

A ruby gem to convert numbers into English words and vice versa.

Home Page:http://rubygems.org/gems/numbers_in_words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix references to powers of ten

markburns opened this issue · comments

Right, it should be language dependent, e.g. some languages have a word for 10000, while English doesn't. How do I access the language inside the NumberParser module?

Actually, I think we should wait until we have one more language before thinking about this: once #12 is done it will be clearer which code belongs where. Otherwise we're guessing too much upfront. (Which is what I had already done when initially writing this stuff anyway).