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 @@ -81,7 +81,7 @@ protected function configure()
8181
8282Full example:
8383
84- <info>php %command.full_name% provider --force --domains=messages, validators --locales=en</>
84+ <info>php %command.full_name% provider --force --domains=messages --domains= validators --locales=en</>
8585
8686This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
8787Local 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 @@ -79,7 +79,7 @@ protected function configure()
7979
8080Full example:
8181
82- <info>php %command.full_name% provider --force --delete-missing --domains=messages, validators --locales=en</>
82+ <info>php %command.full_name% provider --force --delete-missing --domains=messages --domains= validators --locales=en</>
8383
8484This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
8585Provider 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