openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 528 forks source link

Support for Indian Rupee numbering system - Lakhs, crores? #200

Open ravsom opened 5 years ago

ravsom commented 5 years ago

This is more of a question -

The Indian rupee format follows the numbering system of Lakhs, and crores 1 Lakh rupees is 1,00,000.00 10 Lakh rupees is 10,00,000.000 1 Crore rupees is 1,00,00,000.00

I'm unable to figure out a way from the documentation to achieve this via the settings. Kindly advice.