File tree 2 files changed +2
-2
lines changed
src/Symfony/Component/Translation/Command 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ protected function configure()
111
111
112
112
Full example:
113
113
114
- <info>php %command.full_name% provider --force --domains=messages, validators --locales=en</>
114
+ <info>php %command.full_name% provider --force --domains=messages --domains= validators --locales=en</>
115
115
116
116
This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
117
117
Local translations for the specified domains and locale are deleted if they're not present on the provider and overwritten if it's the case.
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ protected function configure()
103
103
104
104
Full example:
105
105
106
- <info>php %command.full_name% provider --force --delete-missing --domains=messages, validators --locales=en</>
106
+ <info>php %command.full_name% provider --force --delete-missing --domains=messages --domains= validators --locales=en</>
107
107
108
108
This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
109
109
Provider translations for the specified domains and locale are deleted if they're not present locally and overwritten if it's the case.
You can’t perform that action at this time.
0 commit comments