mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
FI: Add support for Finnish This is a squash of the following commits : * The recommendation by Kotus was optional. The code didn't work anyway because million is 10**6, not 10**9, and the recommendation only applies to round millions, billions and so on where the multiplier is 10 or greater. * FI: currency: use inheritance, add FIM and USD * FI: add some common currencies * FI: add inflections * FI: inflections: small fixes * FI: fix ordinal 200 * FI: fix comitative * FI: actually fix ordinal 200 * FI: refactoring * FI: fix tens * FI: fix plural for tens and higher * FI: toinen --> kahdes for numbers > 200 * FI: use collection for options * FI: add tests * FI: add minced tests * FI: trim tests * FI: finishing touches * FI: improve cardinal_float, ordinal, add tests * FI: add documentation to README.rst