CodeExplorer getFileList example
$this->defaultLocale =
$defaultLocale;
$this->endpoint =
$endpoint;
} public function __toString(): string
{ return sprintf('crowdin://%s',
$this->endpoint
);
} public function write(TranslatorBagInterface
$translatorBag): void
{ $fileList =
$this->
getFileList();
$responses =
[];
foreach ($translatorBag->
getCatalogues() as $catalogue) { foreach ($catalogue->
getDomains() as $domain) { if (0 === \
count($catalogue->
all($domain))) { continue;
} $content =
$this->xliffFileDumper->
formatCatalogue($catalogue,
$domain,
['default_locale' =>
$this->defaultLocale
]);