The purpose of this gem is to simply provide country translations. The gem is intended to be easy to combine with other gems that require i18n country translations so we can have common i18n country translation gem.
If you’re doing anything with country names and translations, there’s no need to reinvent the wheel and add your own translations. Just use this gem’s country translations and skip the hassle of having to add and manage each country translation for each locale.
There are translations for almost all locales. The list of available locales is too big to be useful. If you’re wondering if a specific locale is here, more than likely it is.
Add to your Gemfile:
gem 'i18n-country-translations'
I18n.t(:US, :scope => :countries)
or
t(:US, :scope => :countries)
Most locale translations already exist but if you find an error or we’re missing something, please submit a pull request.
Most of the locales were generated using this rake task which you might find useful somehow:
IMPORT_LOCALE=en rake import:country_translation
It will generate a new yml file that contains the country translations for the locale specified. Please note that some of the country translations may still be missing.
You can also use these standard translations to help if you don’t want to use the script above: unicode.org/repos/cldr-tmp/trunk/diff/summary/root.html
-
Brian McQuay - www.onomojo.com
-
Tsutomu Kuroda - github.com/kuroda
-
Joost Hietbrink - blog.joopp.com
-
Janko Marohnić - github.com/janko-m
-
Cyril Mougel - github.com/shingara
-
Kamil Politowicz - github.com/kpolitowicz
-
Valentin Rabanelly - github.com/vjrabanelly
-
Cyril Mougel - github.com/shingara
You may also be intersted in the i18n_country_select gem which basically gives you a helper to make use of these translations in a coutry select dropdown. github.com/onomojo/i18n_country_select
If you need to use timezones, we also created a convenient way to translate the default Rails timezones with the gem i18n-timezones github.com/onomojo/i18n-timezones
1.0 - Adding fr-CA translation 0.0.9 - Update the locale files with the last values from the CLDR repository
MIT or GPL