mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Load fallback locales after reloading translations
This commit is contained in:
parent
80c9fa4dca
commit
8481548def
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ module I18n
|
|||
@overrides_by_site = {}
|
||||
|
||||
reload_no_cache!
|
||||
ensure_all_loaded!
|
||||
end
|
||||
|
||||
LOAD_MUTEX = Mutex.new
|
||||
|
|
Loading…
Reference in a new issue