1
0
mirror of https://github.com/flarum/core.git synced 2025-10-28 22:07:33 +01:00

i18n: Make cross-file translation references work

This commit is contained in:
Toby Zerner
2015-10-24 13:16:26 +10:30
parent 59fa623f11
commit 0a65d2bb0d
2 changed files with 16 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ namespace Flarum\Locale;
use Flarum\Event\ConfigureLocales;
use Flarum\Foundation\AbstractServiceProvider;
use Illuminate\Contracts\Events\Dispatcher;
use Symfony\Component\Translation\Loader\YamlFileLoader;
use Symfony\Component\Translation\MessageSelector;
use Symfony\Component\Translation\Translator;
class LocaleServiceProvider extends AbstractServiceProvider
{