Update git submodules

This commit is contained in:
2026-09-08 11:17:23 +02:00
parent d3bca8f78a
commit 56ad9b095e
2 changed files with 5 additions and 1 deletions
+1 -1
Submodule l18n updated: 592501f348...73dc73e9dd
+4
View File
@@ -31,6 +31,7 @@ enum MDSeriesContributorRole implements MDValueEnumInterface, JsonSerializable {
case contributing_institution;
case event_organizer;
case movement_trainer;
case general_contributor;
/**
* Returns a value of this type based on a string.
@@ -62,6 +63,7 @@ enum MDSeriesContributorRole implements MDValueEnumInterface, JsonSerializable {
"contributing_institution" => self::contributing_institution,
"event_organizer" => self::event_organizer,
"movement_trainer" => self::movement_trainer,
"general_contributor" => self::general_contributor,
default => throw new MDpageParameterNotFromListException("Unknown series contributor role"),
};
@@ -97,6 +99,7 @@ enum MDSeriesContributorRole implements MDValueEnumInterface, JsonSerializable {
17 => self::contributing_institution,
18 => self::event_organizer,
19 => self::movement_trainer,
20 => self::general_contributor,
default => throw new MDpageParameterNotFromListException("Unknown series contributor role"),
};
@@ -190,6 +193,7 @@ enum MDSeriesContributorRole implements MDValueEnumInterface, JsonSerializable {
self::contributing_institution => 17,
self::event_organizer => 18,
self::movement_trainer => 19,
self::general_contributor => 20,
# default => throw new MDpageParameterNotFromListException("Unknown object record status"),
};