Skip to content

Commit 8b18a27

Browse files
committed
[Translation] Handle the blank-translation in Loco Adapter
1 parent 2f3ddb6 commit 8b18a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function read(array $domains, array $locales): TranslatorBag
9999
$response = $this->client->request('GET', sprintf('export/locale/%s.xlf', rawurlencode($locale)), [
100100
'query' => [
101101
'filter' => $domain,
102-
'status' => 'translated',
102+
'status' => 'translated,blank-translation',
103103
],
104104
]);
105105

0 commit comments

Comments
 (0)