We are using the latest version of globalize.js
For serbian or locale "sh",when we are trying to parse a number, For ex: 83, the number is converted to 83000.
The numberParser returns wrong value here for locale "sh".
In Serbian , (comma) is used as decimal separator which is same in the case of German.
How this could be fixed? How can we get the correct output?
Hello,
We are using the latest version of globalize.js For serbian or locale "sh",when we are trying to parse a number, For ex: 83, the number is converted to 83000.
The numberParser returns wrong value here for locale "sh".
In Serbian , (comma) is used as decimal separator which is same in the case of German.
How this could be fixed? How can we get the correct output?