Closed
Description
Symfony version(s) affected: 5.3
Description
Wrong slug in lokalise provider url
How to reproduce
php bin/console translation:pull --force --locales= --domains=
Possible Solution
$client = $this->client->withOptions([
'base_uri' => 'https://'.$endpoint.'/projects/'.$this->getUser($dsn).'/api2/',
'headers' => [
'X-Api-Token' => $this->getPassword($dsn),
],
]);
replace with
$client = $this->client->withOptions([
'base_uri' => 'https://'.$endpoint.'/api2/projects/'.$this->getUser($dsn),
'headers' => [
'X-Api-Token' => $this->getPassword($dsn),
],
]);
in file LokaliseProviderFactory.php