diff --git a/src/PhraseApp.php b/src/PhraseApp.php index 5070ebd..e3b65a8 100644 --- a/src/PhraseApp.php +++ b/src/PhraseApp.php @@ -191,7 +191,10 @@ public function export(MessageCatalogueInterface $catalogue) foreach ($this->domains as $domain) { try { $response = $this->client->locale()->download($this->projectId, $localeId, 'symfony_xliff', [ - 'tag' => $domain + 'tag' => $domain, + 'format_options' => [ + 'enclose_in_cdata' => 1 + ], ]); } catch (\Throwable $e) { throw new StorageException($e->getMessage());