locbet / jquery-numberformatter

Automatically exported from code.google.com/p/jquery-numberformatter
0 stars 0 forks source link

I've added "tr" Turkish locale support. #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
One line of code was enough...

I've added the line : 
             locale == "tr" ||
to this part of your code...

Thanks for writing this useful code... 
-------
         else if (locale == "de" ||
             locale == "vn" ||
             locale == "es" ||
             locale == "dk" ||
             locale == "at" ||
             locale == "gr" ||
             locale == "tr" ||
             locale == "br"
            )
         {
              dec = ",";
              group = ".";
         }
---------

Original issue reported on code.google.com by timucink...@gmail.com on 1 Jun 2009 at 10:39

Attachments:

GoogleCodeExporter commented 8 years ago
Will be part of next version.

Original comment by apar...@gmail.com on 2 Feb 2010 at 6:26