Skip to content

Commit

Permalink
Merge pull request #561 from adriendupuis/patch-1
Browse files Browse the repository at this point in the history
Fix --intl-icu option
  • Loading branch information
goetas authored Jan 17, 2023
2 parents 1d73855 + 60e9123 commit b117e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/ExtractTranslationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private function updateWithInput(InputInterface $input, ConfigBuilder $builder)
$builder->setOutputFormat($outputFormat);
}

if ($input->hasParameterOption('intl-icu')) {
if ($input->hasParameterOption('--intl-icu')) {
$builder->setUseIcuMessageFormat(true);
}

Expand Down

0 comments on commit b117e81

Please sign in to comment.