I'm building a rails project and everything works fine, but for some reason, when I deploy it at my Digital Ocean VM, the language of the website randomically changes while navigating.
Here's the website link. http://www.adimaxpet.com.br/
Is there any code snippet I could post to help you guys understand it better?
I'm using rails 3.2.13, globalize3 and activeadmin-globalize3.
I've set the locale at application.rb
config.i18n.default_locale = 'pt-BR'
config.i18n.available_locales = [:"pt-BR", :en, :es ]
config.i18n.fallbacks = true