tradukisto
tradukisto copied to clipboard
A Java i18n library created to convert numbers to their word representations.
Tradukisto is the library what converts numbers to human-readable words - for example from `14` to `fourteen`. This issue was created to add support for counting in new language. Depending...
https://github.com/allegro/tradukisto/wiki/How-to-start-contributing
For users: - Easy "Getting started" Contributing: - How can I contribute? -- Reporting Bugs -- Adding suggestions in Issues -- Pull Requests -- How to start contributing: - how...
It would be good, if we will have support for `long` number conversion for Dutch. Currently it is not implemented. Integer and Money conwerters for Dutch were implemented in https://github.com/allegro/tradukisto/pull/69....
This code has [already been reviewed](https://github.com/allegro/tradukisto/pull/38), please confirm it's good for release.
bugfix for french convertion: deux cents euros deux cent mille euros, cent ne prends pas de "s" Added convertion process for Millions.
E.g. currently `700 000` is translated to `sept cents mille`, it should be `sept cent mille`.