Translate OptionValues.

This commit is contained in:
Alexander Shursha 2018-02-13 10:27:05 +03:00 committed by Franco Fichtner
parent ac4f5a1aec
commit 5eafd14b72

View File

@ -87,7 +87,7 @@ class OptionField extends BaseField
if ($key === "__empty__") {
$this->internalOptionList[""] = $value;
} else {
$this->internalOptionList[$key] = $value;
$this->internalOptionList[$key] = gettext($value);
}
}
}