discourse/app
Kane York ecfa17b5a7 FEATURE: Localization fallbacks (server-side)
The FallbackLocaleList object tells I18n::Backend::Fallbacks what order the
languages should be attempted in. Because of the translate_accelerator patch,
the SiteSetting.default_locale is *not* guaranteed to be fully loaded after the
server starts, so a call to ensure_loaded! is added after the locale is set for
the current user.

The declarations of config.i18n.fallbacks = true in the environment files were
actually garbage, because the I18n.default_locale was
SiteSetting.default_locale, so there was nothing to fall back to. *derp*
2015-07-15 10:17:36 -07:00
..
assets FEATURE: Localization fallbacks (client) 2015-07-15 10:17:28 -07:00
controllers FEATURE: Localization fallbacks (server-side) 2015-07-15 10:17:36 -07: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