discourse/app
Kane York 728845d008 FEATURE: Localization fallbacks (client)
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.
2015-07-15 10:17:28 -07:00
..
assets FEATURE: Localization fallbacks (client) 2015-07-15 10:17:28 -07:00
controllers FIX: crop & optimize user background profile/card images 2015-07-15 17:15:43 +02:00
helpers FEATURE: improve no-js topic list information 2015-06-10 00:28:20 +10:00
jobs FEATURE: add more data in user list export 2015-07-15 11:38:48 +05:30
mailers FEATURE: notify by email when there are posts from new users waiting to be reviewed 2015-06-18 15:47:35 -04:00
models FIX: crop & optimize user background profile/card images 2015-07-15 17:15:43 +02:00
serializers Refactor likes/flags to simplify things a lot 2015-07-14 15:50:27 -04:00
services FIX: Allow changing ownership of posts with deleted users 2015-07-14 21:15:34 -07:00
views FEATURE: Localization fallbacks (client) 2015-07-15 10:17:28 -07:00