Skip to content

Commit b117e81

Browse files
authored
Merge pull request #561 from adriendupuis/patch-1
Fix --intl-icu option
2 parents 1d73855 + 60e9123 commit b117e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Command/ExtractTranslationCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private function updateWithInput(InputInterface $input, ConfigBuilder $builder)
180180
$builder->setOutputFormat($outputFormat);
181181
}
182182

183-
if ($input->hasParameterOption('intl-icu')) {
183+
if ($input->hasParameterOption('--intl-icu')) {
184184
$builder->setUseIcuMessageFormat(true);
185185
}
186186

0 commit comments

Comments
 (0)