Remove duplicate array keys in MDConcMarkingPosition
This commit is contained in:
parent
da963da0de
commit
69ac5af855
@ -140,12 +140,12 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Volle Vorderseite" => "front_front",
|
||||
"Volle Frontseite" => "front_front",
|
||||
"Vorderseite" => "front_front",
|
||||
"Forderseite" => "front_front",
|
||||
"Vorderseite / Stirn" => "front_front",
|
||||
"Vorn" => "front_front",
|
||||
"vorn" => "front_front",
|
||||
"Vorne" => "front_front",
|
||||
"vorne" => "front_front",
|
||||
|
||||
|
||||
// Rear
|
||||
"Leinwandrückseite" => "rear_side",
|
||||
@ -244,8 +244,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
|
||||
// Misc.
|
||||
"x" => "other",
|
||||
"Vorderseite" => "other",
|
||||
"Forderseite" => "other",
|
||||
"VS" => "other",
|
||||
"VS:" => "other",
|
||||
"vs" => "other",
|
||||
@ -408,7 +406,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Oberseite Kiste" => "other",
|
||||
"beidseitig am Waagengestell, Waagebalken, auf Abdeckung" => "other",
|
||||
"vs Umschrift" => "other",
|
||||
"Frontseite" => "other",
|
||||
"Vorderseite Akkordeon" => "other",
|
||||
"mittig am Fußgestell" => "other",
|
||||
"Balkenskala links" => "other",
|
||||
|
Loading…
x
Reference in New Issue
Block a user