vwochnik / jekyll-language-plugin

Jekyll 3.0-compatible multi-language plugin for posts, pages and includes
MIT License
115 stars 45 forks source link

Better localization strings source #13

Open Anthony-Gaudino opened 8 years ago

Anthony-Gaudino commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

Thanks. Any help is very much appreciated.