Fix #6784
@ -17,8 +17,12 @@ module Localized
end
def default_locale
if ENV['DEFAULT_LOCALE'].present?
I18n.default_locale
else
request_locale || I18n.default_locale
def request_locale
preferred_locale || compatible_locale