Extend concordance lists

This commit is contained in:
2023-07-19 17:18:09 +02:00
parent fbb1c35ad6
commit 7c98685551
3 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
"Rückseite" => "rear_side",
"RS" => "rear_side",
"rs" => "rear_side",
"Recto" => "rear_side",
"rs Umschrift" => "rear_side",
"Rückseite der Leinwand" => "rear_side",
"Rückseitig auf ovalem Keilrahmen oben links und rechts" => "rear_side",
@ -292,6 +293,8 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
"auf Kunststoffhülle (für Kleinbildfilmstreifen)" => "other",
"Textplatte" => "other",
"oberer Holzkasten" => "other",
"Verso" => "other",
"Avers" => "other",
];
/**