workflow drafting

This commit is contained in:
Dennis Eichhorn 2022-04-24 23:01:31 +02:00
parent 4027a9159f
commit d4b116aa85

View File

@ -87,7 +87,7 @@ final class L11nManager
public function loadLanguage(string $language, string $from, array $translation) : void
{
if (!isset($translation[$from])) {
throw new \UnexpectedValueException($from);
return;
}
$this->language[$language][$from] = !isset($this->language[$language][$from])