You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@subhajit20 Hi. 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 Armenian language. Depending on how numeral system in armenian is similar to other languages (english, arabic, german, slavic) and how many exceptions it have - it can be easy or more demanding.
Implementing unit tests will be really helpful for you, I encourage you to create them first (TDD paradigm), before developing new changes in the code. You can run them in terminal with ./gradlew test or green button in Intellij code editor.
New language needs to have implementation for Container - in your case armenianContainer. Depending on how your language works, having conjugation, gender forms, custom chunking (typically divider is for 3 numbers) etc it may be needed to define more advanced container with custom implementations for counting, for example turkish. Tests will really be helpful for you to see if it needs custom implementations or not.
https://github.com/allegro/tradukisto/wiki/How-to-start-contributing
The text was updated successfully, but these errors were encountered: