Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Jan 29, 2016 · 1 comment
Closed

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

GoogleCodeExporter opened this issue Jan 29, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Will be part of next version.

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant