mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Support for overriding client side translation keys
This commit is contained in:
@@ -288,6 +288,7 @@ class ApplicationController < ActionController::Base
|
||||
store_preloaded("customHTML", custom_html_json)
|
||||
store_preloaded("banner", banner_json)
|
||||
store_preloaded("customEmoji", custom_emoji)
|
||||
store_preloaded("translationOverrides", I18n.client_overrides_json)
|
||||
end
|
||||
|
||||
def preload_current_user_data
|
||||
|
||||
Reference in New Issue
Block a user