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 @@ -110,7 +110,7 @@ protected function configure()
110110
111111Full example:
112112
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</>
114114
115115This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
116116Local 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()
102102
103103Full example:
104104
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</>
106106
107107This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
108108Provider 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