Add translation option to MDResearchStatusSet
This commit is contained in:
2
l18n
2
l18n
Submodule l18n updated: 04ac0c5474...d4d4a3601d
@@ -20,4 +20,15 @@ final class MDResearchStatusSet extends MDValueSet {
|
|||||||
'good',
|
'good',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a translated list of research status.
|
||||||
|
*
|
||||||
|
* @param MDTlLoader $tlLoader Translation loader.
|
||||||
|
*
|
||||||
|
* @return array<string>
|
||||||
|
*/
|
||||||
|
public static function getResearchStatusTLed(MDTlLoader $tlLoader):array {
|
||||||
|
return parent::getTlUnsortedList($tlLoader, self::RESEARCH_STATUS, "research_status", "research_status");
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user