¶ ↑
I18nCountryTranslationsThe 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.
¶ ↑
Supported LocalesLocales we will include are specified by ISO 639-1 alpha2, en.wikipedia.org/wiki/List_of_ISO_639-1_codes with some extra 3 character locale codes supported by Unicode, unicode.org/repos/cldr-tmp/trunk/diff/summary/root.html
¶ ↑
Supported Country CodesCountry codes used are those specified in ISO 3166-2, en.wikipedia.org/wiki/ISO_3166-2:XK#Current_codes
¶ ↑
InstallationAdd to your Gemfile:
gem 'i18n-country-translations'
¶ ↑
UsageI18n.t(:US, :scope => :countries)
or
t(:US, :scope => :countries)
¶ ↑
ContributingMost 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
¶ ↑
Contributors-
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
-
Nick Grimshaw - github.com/nickgrim
-
Fábio André Damas - github.com/skkeeper
-
Allen Wyma - github.com/HangingClowns
-
Touch Ungboriboonpisal - github.com/erks
-
Laurent Dang - github.com/haeky
-
Felipe Pisa - github.com/frop
-
Tomek Wałkuski - github.com/tomekw
-
Grey Baker - github.com/greysteil
¶ ↑
RelatedYou 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
¶ ↑
LicenseMIT or GPL