File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ protected function configure()
111111
112112Full example:
113113
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</>
115115
116116This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
117117Local 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()
103103
104104Full example:
105105
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</>
107107
108108This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
109109Provider 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