savoirfairelinux / num2words

Modules to convert numbers to words. 42 --> forty-two
GNU Lesser General Public License v2.1
820 stars 497 forks source link

Added Support For Nepalese Numbering System #548

Open ajiragroup opened 10 months ago

ajiragroup commented 10 months ago

Nepal uses a different numbering system in the format: Ones, tens, hundreds, thousands, ten thousands, lakhs, ten lakhs, crore, ten crore, arba, ten arba, kharba, ten kharba and so on.

You can read more about this here: https://en.wikipedia.org/wiki/Numbers_in_Nepali_language http://www.nepaliclass.com/large-nepali-numbers-lakh-karod-arab-kharab/

I have added support for this system.