i18n_country_select icon indicating copy to clipboard operation
i18n_country_select copied to clipboard

A Rails select form helper using country codes for I18n translations

Results 5 i18n_country_select issues
Sort by recently updated
recently updated
newest added

This gem depends on the i18n gem as written in the Gemfile: `s.add_dependency('i18n', '~> 0.9.3')` While trying to update other components, we have the issue that as of now, i18n...

With locale -> zh-CN This code -> country_code_select(:user, :country) Generates list of countries in English and Chinese inside one dropbox

Priority countries would appear twice in the list which would lead to two selected `option` tags. Most browsers can handle this but the `selectize-rails` gem gets confused and selects nothing...

There is a select option for the "Unknown Region" with key "ZZ" available. What is the purpose of this entry? I'd propose to remove it as this breaks the intent...