Skip to content

Commit 1a02d0c

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [String] Add conflict for translation-contracts v3 fixed help text
2 parents 137aa3b + 33d4c43 commit 1a02d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Translation/Command/TranslationPullCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected function configure()
110110
111111
Full 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
115115
This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
116116
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.

src/Symfony/Component/Translation/Command/TranslationPushCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function configure()
102102
103103
Full 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
107107
This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
108108
Provider translations for the specified domains and locale are deleted if they're not present locally and overwritten if it's the case.

0 commit comments

Comments
 (0)