8000 Merge branch '5.3' into 5.4 · symfony/symfony@33d4c43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33d4c43

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [String] Add conflict for translation-contracts v3 fixed help text
2 parents 32c4050 + 162a5a3 commit 33d4c43

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
@@ -111,7 +111,7 @@ protected function configure()
111111
112112
Full 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
116116
This command pulls all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
117117
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
@@ -103,7 +103,7 @@ protected function configure()
103103
104104
Full 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
108108
This command pushes all translations associated with the <comment>messages</> and <comment>validators</> domains for the <comment>en</> locale.
109109
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)
0