mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:03:45 +08:00
728845d008
This patch sets I18n.defaultLocale in the Discourse.start() script block (it was formerly always 'en') to SiteSetting.default_locale, and patches translate() to perform fallback to defaultLocale followed by english. Additionally, when enable_verbose_localization() is called, no fallbacks will be performed. It also memoizes the file loading operations in JsLocaleHelper and strips out translations from the fallbacks that are also present in a prefered language, to minimize file size. |
||
---|---|---|
.. | ||
_discourse_javascript.html.erb | ||
_discourse_stylesheet.html.erb | ||
_google_analytics.html.erb | ||
_google_universal_analytics.html.erb | ||
_special_font_face.html.erb |