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

View file

@ -28,6 +28,7 @@ module I18n
@overrides_by_site = {}
reload_no_cache!
ensure_all_loaded!
end
LOAD_MUTEX = Mutex.new