Add "creation" and "design" to MDConcEventTypes

This commit is contained in:
Joshua Ramon Enslin 2022-05-05 01:08:18 +02:00
parent 47127f1062
commit 09175cbbf2
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -18,6 +18,7 @@ final class MDConcEventTypes {
"Herstellung" => 1,
"Bearbeitung" => 1,
"Erschaffung/Herstellung" => 1,
"creation" => 1,
// 2: Was found
// 3: Published
@ -43,6 +44,10 @@ final class MDConcEventTypes {
"Commissioning" => 25,
"Beauftragung" => 25,
// 35: Intellectual creation
"Design" => 35,
"design" => 35,
];
}