Merge pull request #3609 from riking/patch-7

FEATURE: Localization fallbacks
This commit is contained in:
Robin Ward
2015-07-30 10:44:29 -04:00
11 changed files with 234 additions and 49 deletions

View File

@@ -155,6 +155,8 @@ class ApplicationController < ActionController::Base
else
SiteSetting.default_locale
end
I18n.fallbacks.ensure_loaded!
end
def store_preloaded(key, json)