1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12663] Extract CLI language string into their own file

PHPBB3-12663
This commit is contained in:
Carlo
2014-07-17 01:16:04 +02:00
committed by Andreas Fischer
parent 42477861a4
commit f784510494
3 changed files with 45 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ require($phpbb_root_path . 'includes/compatibility_globals.' . $phpEx);
$user = $phpbb_container->get('user');
$user->add_lang('acp/common');
$user->add_lang('acp/cli');
$application = new \phpbb\console\application('phpBB Console', PHPBB_VERSION, $user);
$application->register_container_commands($phpbb_container->get('console.command_collection'));