numbers_in_words icon indicating copy to clipboard operation
numbers_in_words copied to clipboard

fix references to powers of ten

Open markburns opened this issue 9 years ago • 2 comments

see https://github.com/markburns/numbers_in_words/pull/6/files#r46365729

markburns avatar Dec 02 '15 01:12 markburns

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?

dimidd avatar Dec 06 '15 05:12 dimidd

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).

markburns avatar Dec 06 '15 06:12 markburns