mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3609 from riking/patch-7
FEATURE: Localization fallbacks
This commit is contained in:
@@ -155,6 +155,8 @@ class ApplicationController < ActionController::Base
|
||||
else
|
||||
SiteSetting.default_locale
|
||||
end
|
||||
|
||||
I18n.fallbacks.ensure_loaded!
|
||||
end
|
||||
|
||||
def store_preloaded(key, json)
|
||||
|
||||
Reference in New Issue
Block a user