You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
timucink...@gmail.com
on 1 Jun 2009 at 10:39Attachments:
The text was updated successfully, but these errors were encountered: