tradukisto icon indicating copy to clipboard operation
tradukisto copied to clipboard

A Java i18n library created to convert numbers to their word representations.

Results 47 tradukisto issues
Sort by recently updated
recently updated
newest added

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

hacktoberfest
java
Feature request
good first issue

https://github.com/allegro/tradukisto/wiki/How-to-start-contributing

hacktoberfest
java
Feature request
good first issue

For users: - Easy "Getting started" Contributing: - How can I contribute? -- Reporting Bugs -- Adding suggestions in Issues -- Pull Requests -- How to start contributing: - how...

enhancement

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

hacktoberfest
Feature request
good first issue

This code has [already been reviewed](https://github.com/allegro/tradukisto/pull/38), please confirm it's good for release.

enhancement

bugfix for french convertion: deux cents euros deux cent mille euros, cent ne prends pas de "s" Added convertion process for Millions.

bug

E.g. currently `700 000` is translated to `sept cents mille`, it should be `sept cent mille`.

bug