Skip to content

[BUG] Indonesian word for billion "milyar" is not a formal word #177

@kevinangkajaya

Description

@kevinangkajaya

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"

Screenshots
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions