HcpShadow / jquery-numberformatter

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

Add Portuguese "pt" support #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add it in the same "if" expression as Brazil "br":

if (
    ...
    locale == "br" ||
    locale == "pt"
)
{
  dec = ",";
  group = ".";
}

Original issue reported on code.google.com by rgl%ruil...@gtempaccount.com on 25 Jan 2010 at 11:00

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

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