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 @@ -110,7 +110,7 @@ protected function configure()
110
110
111
111
Full example:
112
112
113
- <info>php %command.full_name% provider --force --domains=messages, validators --locales=en</>
113
+ <info>php %command.full_name% provider --force --domains=messages --domains= validators --locales=en</>
114
114
115
115
This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
116
116
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 @@ -102,7 +102,7 @@ protected function configure()
102
102
103
103
Full example:
104
104
105
- <info>php %command.full_name% provider --force --delete-missing --domains=messages, validators --locales=en</>
105
+ <info>php %command.full_name% provider --force --delete-missing --domains=messages --domains= validators --locales=en</>
106
106
107
107
This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
108
108
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