FIX: Load fallback locales after reloading translations

This commit is contained in:
Gerhard Schlager 2016-02-13 23:21:17 +01:00
parent 80c9fa4dca
commit 8481548def
1 changed files with 1 additions and 0 deletions

View File

@ -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