carmen-ruby / carmen-rails

NOT ACTIVELY MAINTAINED Rails adapter for Carmen (provides country_select and subregion_select)
MIT License
215 stars 159 forks source link

No translation in forms #38

Open mmenafra opened 10 years ago

mmenafra commented 10 years ago

Am using the country_select input in one of my forms and it doesn't apply the locale. I even tried setting it using Carmen.i18n_backend.locale = :es in the controller in the view and still no luck. Don't know if its a bug or just me doing something wrong.

Any suggestions?

thanks

bricesanchez commented 9 years ago

I've the same problem, do you find a solution ?

mmenafra commented 9 years ago

none yet, no response from the gem owners either

bricesanchez commented 9 years ago

Finally, I found the answer here : https://github.com/jim/carmen-rails/issues/13

"The easiest workaround is to set "

config.i18n.fallbacks = [:en]
mmenafra commented 9 years ago

Thanks!