From bb7cf8070470a63eac8ef0a1341791a584e08978 Mon Sep 17 00:00:00 2001 From: Iris System Date: Thu, 2 Sep 2021 12:41:22 +1200 Subject: [PATCH] Remove i18n reference from bootstrap --- bootstrap.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index fd5cb8a..cbe11cf 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -9,9 +9,6 @@ use ix\Container\Container; use ix\Controller\Controller; use ix\Application\Application; -/* Language initialization */ -(new \i18n(IX_BASE . '/lang/{LANGUAGE}.ini', IX_BASE . '/cache/lang', 'en'))->init(); - /* Container hooks */ HookMachine::add([Container::class, 'construct'], '\ix\Container\ContainerHooksHtmlRenderer::hookContainerHtmlRenderer'); HookMachine::add([Container::class, 'construct'], '\ix\Container\ContainerHooksSession::hookContainerSession');