No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1, >= 0.1.1
~> 1.8, >= 1.8.1
~> 6
~> 3.7, >= 3.7.2
~> 0.15.1
>= 3.3.0, ~> 3.3

Runtime

>= 0.9.3, < 2
>= 5.0
 Project Readme

<img src=“https://travis-ci.org/onomojo/i18n-country-translations.svg?branch=master” alt=“Build Status” />

I18nCountryTranslations¶ ↑

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.

Supported Locales¶ ↑

Locales 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 Codes¶ ↑

Country codes used are those specified in ISO 3166-2, en.wikipedia.org/wiki/ISO_3166-2:XK#Current_codes

Installation¶ ↑

Add to your Gemfile:

gem 'i18n-country-translations'

Usage¶ ↑

I18n.t(:US, :scope => :countries)

or

t(:US, :scope => :countries)

Contributing¶ ↑

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

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

License¶ ↑

MIT or GPL

Special thanks¶ ↑

github.com/svenfuchs/rails-i18n