rrobles9112 / jquery-formatcurrency

Automatically exported from code.google.com/p/jquery-formatcurrency
GNU General Public License v3.0
0 stars 0 forks source link

Number grouping for India is incorrect #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I set region setting to en-IN then the numbers should be grouped as:
99,99,99,999.00 (99 crores, 99 lakhs, 99 thousand, 9 hundred and ninety nine

instead numbers are grouped as:
999,999,999.00

Original issue reported on code.google.com by achi...@gmail.com on 27 Nov 2010 at 7:56