HcpShadow / jquery-numberformatter

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

add italian "it" support #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
         else if (locale == "de" ||
             locale == "vn" ||
             locale == "es" ||
             locale == "dk" ||
             locale == "at" ||
             locale == "gr" ||
             locale == "br" ||
             locale == "it"
            )
         {
              dec = ",";
              group = ".";
         }

Original issue reported on code.google.com by simo.bo...@gmail.com on 21 Sep 2009 at 11:16

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

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

GoogleCodeExporter commented 8 years ago
When?

Current version is 1.2.3 and in the home page under the locales list there is 
not "IT"/"Italian".

Thanks,
Alessandro

Original comment by alessandro.piccione.75 on 31 Aug 2013 at 10:19