-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Describe the bug
The word produced for Indonesian billion is incorrect. The formal word should be "miliar", not "milyar", with an "i", not a "y". "Milyar" is a commonly misspelled word, but it is not officially recognized by KBBI (official dictionary of Indonesian language).
To Reproduce
Steps to reproduce the behavior:
When running ntd.IntegerToIDID(1000000000), it outputs "satu milyar".
Expected behavior
When running ntd.IntegerToIDID(1000000000), it should output "satu miliar"
Versions (please complete the following information, if relevant):
- moul.io/number-to-words v0.7.0
Additional context
Could this be considered a breaking change? Since the term "milyar" has been used in this package since 2019 and it's possible that the users who had used this function had expected the (misspelled) word "milyar".
