Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9d787d

Browse filesBrowse files
committed
[Translation] Refresh local translations if the provider has domains
1 parent c25a7f5 commit c9d787d
Copy full SHA for c9d787d

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Command/TranslationPushCommand.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
136136
if (!$domains) {
137137
if ($provider instanceof FilteringProvider) {
138138
$domains = $provider->getDomains();
139+
$localTranslations = $this->readLocalTranslations($locales, $domains, $this->transPaths);
139140
}
140141

141142
if (!$domains) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.