FIX: Load fallback locales after reloading translations
This commit is contained in:
parent
80c9fa4dca
commit
8481548def
|
@ -28,6 +28,7 @@ module I18n
|
||||||
@overrides_by_site = {}
|
@overrides_by_site = {}
|
||||||
|
|
||||||
reload_no_cache!
|
reload_no_cache!
|
||||||
|
ensure_all_loaded!
|
||||||
end
|
end
|
||||||
|
|
||||||
LOAD_MUTEX = Mutex.new
|
LOAD_MUTEX = Mutex.new
|
||||||
|
|
Loading…
Reference in New Issue