diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index a5114318..0e052a87 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -62,7 +62,7 @@ class ApplicationController < ActionController::Base end def with_browser_locale(&) - return yield if I18n.locale != :'en-US' + return yield if I18n.locale != :'en-US' && I18n.locale != :en locale = params[:lang].presence locale ||= request.env['HTTP_ACCEPT_LANGUAGE'].to_s[BROWSER_LOCALE_REGEXP].to_s