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

[ticket/13891] Use the SymfonyStyle in the reparse command

PHPBB3-13891
This commit is contained in:
Tristan Darricau
2015-07-01 15:49:32 +02:00
parent c7f10ec4d4
commit 6b68544483
2 changed files with 35 additions and 5 deletions

View File

@@ -86,4 +86,5 @@ $lang = array_merge($lang, array(
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s (range %2$d..%3$d)',
'CLI_REPARSER_REPARSE_SUCCESS' => 'Reparsing ended with success',
));