Skip to content

Commit

Permalink
Make default validation against 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Crizz0 committed Jan 6, 2020
1 parent e0a2274 commit 4ad7480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phpbb/TranslationValidator/Command/ValidateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function configure()
->setName('validate')
->setDescription('Run the validator on your language pack.')
->addArgument('origin-iso', InputArgument::REQUIRED, 'The ISO of the language to validate')
->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')
->addOption('source-iso', null, InputOption::VALUE_OPTIONAL, 'The ISO of the language to validate against', 'en')
->addOption('package-dir', null, InputOption::VALUE_OPTIONAL, 'The path to the directory with the language packages', null)
->addOption('language-dir', null, InputOption::VALUE_OPTIONAL, 'The path to the directory with the language folders', null)
Expand Down

0 comments on commit 4ad7480

Please sign in to comment.