tradukisto icon indicating copy to clipboard operation
tradukisto copied to clipboard

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

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

- [x] I checked [other issues](https://github.com/allegro/tradukisto/issues) and ensured that there are no duplicates. **Describe the bug** ValueConverters converterCr = ValueConverters.SPANISH_INTEGER; does not work because I have a error exception java.lang.reflect.InvocationTargetException...

bug

- [x] I checked [other issues](https://github.com/allegro/tradukisto/issues) and ensured that there are no duplicates. I am working in some projects that need to represent the numeric values in a human-readable format,...

Feature request

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

Initial Support for greek without long Converter yet

Hi If I do something like this ```java NumberToWordsConverter conv = new NumberToWordsConverter(Container.englishContainer().getIntegerConverter(), new EnglishValues().pluralForms()); return conv.asWords(3750); //== > The result will be "three thousand seven hunder..." this is correct...

bug

I am currently using your library (very good job!) and I have found a bug when it comes to MoneyConverters, in Spanish we have two ways to say "uno" (1):...

bug

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...

dependencies
github_actions

In this task it is needed to migrate other languages tests to be like in: https://github.com/allegro/tradukisto/pull/146 It is really easy task for first time contributors. With this task you can...

enhancement
hacktoberfest
good first issue

The addition of the Bangla (Bengali) language has been completed. New language added. reference [](https://github.com/allegro/tradukisto/issues/108)