1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14124] Automatically translate exceptions in CLI

PHPBB3-14124
This commit is contained in:
Tristan Darricau
2015-08-24 12:04:22 +02:00
parent f6a4843c6d
commit 17e7a89a60
9 changed files with 109 additions and 0 deletions

View File

@@ -62,5 +62,6 @@ $language = $phpbb_installer_container->get('language');
$language->add_lang(array('common', 'acp/common', 'acp/board', 'install_new', 'posting', 'cli'));
$application = new \phpbb\console\application('phpBB Installer', PHPBB_VERSION, $language);
$application->setDispatcher($phpbb_installer_container->get('dispatcher'));
$application->register_container_commands($phpbb_installer_container->get('console.installer.command_collection'));
$application->run($input);