ILikeYourHat / tradukisto

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tradukisto

Build codecov Maven Central

Introduction

Tradukisto is a powerful Java library designed to convert numbers into their corresponding word representations.

Our main motivation is to create a production-ready tool providing number conversion for the Polish language. We recognized the need for a well-tested and ready solution that eliminates the hassle of copying and pasting code from different sources. With Tradukisto, you can now transform numbers into their word equivalents easy way!

Features

  • Converts Integer to String with numerical representation support.
  • Converts Long to String with numerical representation support.
  • Converts BigDecimal to String with money representation support.

Supported languages

  • ๐Ÿ‡ง๐Ÿ‡ท๐Ÿ‡ต๐Ÿ‡น Brazilian Portuguese
  • ๐Ÿ‡ง๐Ÿ‡ฌ Bulgarian
  • ๐Ÿ‡ญ๐Ÿ‡ท Croatian
  • ๐Ÿ‡จ๐Ÿ‡ฟ Czech
  • ๐Ÿ‡ณ๐Ÿ‡ฑ Dutch
  • ๐Ÿ‡ฌ๐Ÿ‡ง English
  • ๐Ÿ‡ซ๐Ÿ‡ท French
  • ๐Ÿ‡ฉ๐Ÿ‡ช German
  • ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi
  • ๐Ÿ‡ฎ๐Ÿ‡น Italian
  • ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakh
  • ๐Ÿ‡ฑ๐Ÿ‡ป Latvian
  • ๐Ÿ‡ต๐Ÿ‡ฑ Polish
  • ๐Ÿ‡ท๐Ÿ‡บ Russian
  • ๐Ÿ‡ท๐Ÿ‡ธ Serbian (Cyrillic)
  • ๐Ÿ‡ท๐Ÿ‡ธ Serbian (Latin)
  • ๐Ÿ‡ธ๐Ÿ‡ฐ Slovak
  • ๐Ÿ‡ธ๐Ÿ‡ฎ Slovene / Slovenian
  • ๐Ÿ‡ช๐Ÿ‡ธ Spanish
  • ๐Ÿ‡ธ๐Ÿ‡ช Swedish
  • ๐Ÿ‡น๐Ÿ‡ท Turkish
  • ๐Ÿ‡บ๐Ÿ‡ฆ Ukrainian

Is your language missing from the list? We encourage you to contribute to our project.

Usage

See article on our Wiki

Contributing

If you are first-time contributor, articles "Create your first Pull Request" and "How to implement new language? " may be helpful.

Changelog

Each release is documented in the release notes.

About

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

License:Apache License 2.0


Languages

Language:Groovy 50.5%Language:Java 49.5%