Remove duplicate array keys

This commit is contained in:
Joshua Ramon Enslin 2024-12-18 17:09:46 +01:00
parent a97557640b
commit b94702d8d2
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 0 additions and 5 deletions

View File

@ -55,7 +55,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
"unterer Blattrand" => "bottom",
"Boden" => "bottom",
"Boden und Standring" => "bottom",
"Unterseite" => "bottom",
"untere Passpartoutkante und untere linke Ecke auf Foto" => "bottom",
"Unterboden" => "bottom",
"vs unten" => "bottom",
@ -68,7 +67,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
"oben" => "top",
"oben mittig" => "top",
"Oben mittig" => "top",
"Oberseite" => "top",
"oberer Rand" => "top",
"oberer Balken" => "top",
"Flasche und Verschluß" => "top",
@ -300,7 +298,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
"Oberseite Holzsohle, mittig im oberer Drittel" => "other",
"Vorderseite Ziffernblatt" => "other",
"Boden, außen" => "other",
"innen" => "other",
"außen" => "other",
"aussen" => "other",
"am Gehäuse" => "other",

View File

@ -17,8 +17,6 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface
"Eigentum" => "owned",
"Geschenk" => "owned",
"Besitz" => "owned",
"Dauerleihe" => "permanent_loan",
"Dauerleihgabe" => "permanent_loan",
"Kauf" => "owned",
"Fund" => "owned",
"Eigenleistung" => "owned",