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 | ||