Add translations for color set; options for getting unsorted color,
gender lists
This commit is contained in:
@ -20,6 +20,18 @@ final class MDObjectFormSet extends MDValueSet {
|
||||
'cylinder',
|
||||
];
|
||||
|
||||
/**
|
||||
* Gets an unsorted list of the entries in a translated version.
|
||||
*
|
||||
* @param MDTlLoader $tlLoader Translation loader.
|
||||
*
|
||||
* @return array<string>
|
||||
*/
|
||||
public static function getUnsortedList(MDTlLoader $tlLoader):array {
|
||||
return parent::getTlUnsortedList($tlLoader, self::FORMS, "object_form_set", "object_form_set");
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a sorted list of the entries in a translated version.
|
||||
*
|
||||
|
Reference in New Issue
Block a user