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:
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.zipfile, the XML files containing the language translations are incommon/main.There are other projects related to CLDR that can help you get the data: