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

Better localization strings source #13

Open
Anthony-Gaudino opened this issue Feb 18, 2016 · 3 comments
Open

Better localization strings source #13

Anthony-Gaudino opened this issue Feb 18, 2016 · 3 comments

Comments

@Anthony-Gaudino
Copy link
Contributor

Hi @vwochnik,

Since the currently provided language translations are incomplete, have duplicates and errors, I believe you may be interested in using the CLDR library (http://cldr.unicode.org), it has a much more complete and correct localization data, which includes not only translation of languages, but countries, dates and much more.

CLDR is used by Google, Microsoft and many others, so you know it's good.

You can grab the most recent release here: http://unicode.org/Public/cldr/28/. It's big, so you may want to parse the XML, take what you want, and put into YAML files.
When you download the core.zip file, the XML files containing the language translations are in common/main.

There are other projects related to CLDR that can help you get the data:

@vwochnik
Copy link
Owner

You were not satisfied with my limited but complete language set. You made one. Now you say it isn't good enough but I should write another script for that. Why don't you do it? I have a script on the scripts branch doing just that but with different sources.

@Anthony-Gaudino
Copy link
Contributor Author

Sorry @vwochnik, I'm not complaining, it's just that I know you were not satisfied with the translations I provided and I agree that they are not good enough, and the ones available on those gems from where you was getting the data were not great too.

Yes, you're right, you already did a great job on the plugin, I will get the data for you :)

@vwochnik
Copy link
Owner

Thanks. Any help is very much appreciated.

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

No branches or pull requests

2 participants