We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a2274 commit 4ad7480Copy full SHA for 4ad7480
1 file changed
src/Phpbb/TranslationValidator/Command/ValidateCommand.php
@@ -25,7 +25,7 @@ protected function configure()
25
->setName('validate')
26
->setDescription('Run the validator on your language pack.')
27
->addArgument('origin-iso', InputArgument::REQUIRED, 'The ISO of the language to validate')
28
- ->addOption('phpbb-version', null, InputOption::VALUE_OPTIONAL, 'The phpBB Version to validate against', '3.2')
+ ->addOption('phpbb-version', null, InputOption::VALUE_OPTIONAL, 'The phpBB Version to validate against', '3.3')
29
->addOption('source-iso', null, InputOption::VALUE_OPTIONAL, 'The ISO of the language to validate against', 'en')
30
->addOption('package-dir', null, InputOption::VALUE_OPTIONAL, 'The path to the directory with the language packages', null)
31
->addOption('language-dir', null, InputOption::VALUE_OPTIONAL, 'The path to the directory with the language folders', null)
0 commit comments