mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Translate OptionValues.
This commit is contained in:
parent
ac4f5a1aec
commit
5eafd14b72
@ -87,7 +87,7 @@ class OptionField extends BaseField
|
||||
if ($key === "__empty__") {
|
||||
$this->internalOptionList[""] = $value;
|
||||
} else {
|
||||
$this->internalOptionList[$key] = $value;
|
||||
$this->internalOptionList[$key] = gettext($value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user