Simple forum software for building great communities.
Go to file
Toby Zerner d6e6e517a1 Make sure all locale JS files are flushed
Even when no language packs are enabled, a forum-en-xxx.js (or whatever the default locale is) file is still generated because other extensions may contain translations. But when enabling the English language pack, since no locales are registered with the LocaleManager, that file doesn't get flushed and therefore doesn't get regenerated with the English translations. This fix always registers the default locale with the LocaleManager so that's not the case.
2015-11-04 09:27:06 +10:30
framework/core Make sure all locale JS files are flushed 2015-11-04 09:27:06 +10:30