8000 [FrameworkBundle] Cmd TranslationUpdate change default output to xlf · symfony/symfony@137593e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 137593e

Browse files
author
Alexis BOYER
committed
[FrameworkBundle] Cmd TranslationUpdate change default output to xlf
1 parent 5e28ac3 commit 137593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function configure()
6767
new InputArgument('locale', InputArgument::REQUIRED, 'The locale'),
6868
new InputArgument('bundle', InputArgument::OPTIONAL, 'The bundle name or directory where to load the messages, defaults to app/Resources folder'),
6969
new InputOption('prefix', null, InputOption::VALUE_OPTIONAL, 'Override the default prefix', '__'),
70-
new InputOption('output-format', null, InputOption::VALUE_OPTIONAL, 'Override the default output format', 'yml'),
70+
new InputOption('output-format', null, InputOption::VALUE_OPTIONAL, 'Override the default output format', 'xlf'),
7171
new InputOption('dump-messages', null, InputOption::VALUE_NONE, 'Should the messages be dumped in the console'),
7272
new InputOption('force', null, InputOption::VALUE_NONE, 'Should the update be done'),
7373
new InputOption('no-backup', null, InputOption::VALUE_NONE, 'Should backup be disabled'),

0 commit comments

Comments
 (0)
0