1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 10:11:43 +02:00
Files
php-flarum/framework/core
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
..
2015-10-19 15:09:54 +10:30
2015-11-03 18:13:11 +10:30
2015-10-22 12:25:22 +10:30
2015-10-22 12:25:22 +10:30
2015-10-28 12:46:49 +00:00
2015-11-03 10:01:52 +10:30
2015-11-01 16:00:25 +10:30
2015-11-01 16:00:25 +10:30

Flarum Core

This repository contains Flarum's core code. If you want to set up a forum, visit the main Flarum repository.

Contributing

Flarum is open-source and we would love your help building it! Please read the Contributing Guide to learn how you can help.