This repository was archived by the owner on Jul 16, 2020. It is now read-only.
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
Having JSON and Array translations at the same time #85
Open
Description
Hello,
i seems that it's not possible to have json translations and array translations at the same time,
when using --multi-locales option.
In Generator.php line 75 :
if ($fileinfo->isDir()) {
$local = $this->allocateLocaleArray($fileinfo->getRealPath());
} else {
$local = $this->allocateLocaleJSON($fileinfo->getRealPath());
if ($local === null) continue;
}
if the locale exist as a directory, then the json translation is never applied.
thanks.
Metadata
Metadata
Assignees
Labels
No labels