Small extension of marking pos+type lists
This commit is contained in:
parent
3940614190
commit
59298830ca
@ -172,6 +172,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
// rear_center
|
||||
"Rückseite mittig" => "rear_center",
|
||||
"Rückseite, mittig" => "rear_center",
|
||||
"Rükseite, mittig" => "rear_center",
|
||||
|
||||
// rear_left
|
||||
"Rückseite links" => "rear_left",
|
||||
@ -188,7 +189,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Rückseite, mittig rechts" => "rear_right",
|
||||
"Rückseite rechts mittig" => "rear_right",
|
||||
"Rückseite, rechts mittig" => "rear_right",
|
||||
|
||||
|
||||
// rear_top
|
||||
"Rückseite oben" => "rear_top",
|
||||
"Rückseite, oben" => "rear_top",
|
||||
@ -203,7 +204,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Rückseite oben links" => "rear_top_left",
|
||||
"Rückseite, oben links" => "rear_top_left",
|
||||
"Rückseite linke obere Ecke" => "rear_top_left",
|
||||
|
||||
|
||||
// rear_top_right
|
||||
"Rückseite oben rechts" => "rear_top_right",
|
||||
"Rückseite, oben rechts" => "rear_top_right",
|
||||
|
@ -298,6 +298,7 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
||||
"Titel (gestempelt)" => "stamp",
|
||||
"Wappen (gestempelt)" => "stamp",
|
||||
"Widmung (gestempelt)" => "stamp",
|
||||
"Signatur (gestempelt)" => "stamp",
|
||||
|
||||
# Engraving
|
||||
"Gravur" => "engraving",
|
||||
|
Loading…
Reference in New Issue
Block a user