parent
721234230c
commit
39f27b6cf3
|
@ -17,7 +17,11 @@ module Localized
|
|||
end
|
||||
|
||||
def default_locale
|
||||
request_locale || I18n.default_locale
|
||||
if ENV['DEFAULT_LOCALE'].present?
|
||||
I18n.default_locale
|
||||
else
|
||||
request_locale || I18n.default_locale
|
||||
end
|
||||
end
|
||||
|
||||
def request_locale
|
||||
|
|
Loading…
Reference in New Issue