Rails 4 - i18n country_select

时间:2014-12-01 04:06:40

标签: ruby-on-rails ruby-on-rails-4

我一直在尝试将country_select gem - ... github.com/stefanpenner/country_select应用到我的应用中,以便用户可以在注册过程中选择一个国家(设计)。

我希望根据用户的区域设置翻译国家/地区列表。它实际上是用几种语言翻译的(... github.com/stefanpenner/country_select#iso-3166-1-alpha-2-codes)

有这个宝石 - ... github.com/onomojo/i18n-country-translations,其中包含许多不同语言的国家/地区列表。当我尝试选择国家/地区时,如何实施这些翻译?

我还发现了同一作者的另一个宝石 - ... github.com/onomojo/i18n_country_select。但是,当我尝试使用它时:

<%= f.country_code_select(:user, :country) %>

我收到错误:

undefined method `to_country_code_select_tag' for #<ActionView::Helpers::Tags::Select:0x007f182d81abe0>

1 个答案:

答案 0 :(得分:0)

您尝试过

    f.country_select (:user, :country_code)