I’m using http://guides.rubyonrails.org/i18n.html for localization. Looks like that the only solution for updating localization is to update yml files. May be there are some solutions or gems which adds ability to update localization via application. For example we can include some gem and update localization files from our app. Is there some solutions for that?
I’m using http://guides.rubyonrails.org/i18n.html for localization. Looks like that the only solution for updating localization
Share
There is a great railscast to manage i18n through Redis.