Extend lists of marking positions / types
This commit is contained in:
parent
08348dd148
commit
62ff660d39
|
@ -37,6 +37,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
|||
// Right
|
||||
"Rechts" => "right",
|
||||
"rechts neben Bildnis" => "right",
|
||||
"Rechter Bildrand" => "right",
|
||||
"Balken rechts" => "right",
|
||||
|
||||
// Bottom
|
||||
|
@ -54,6 +55,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
|||
"vs unten" => "bottom",
|
||||
"untere Passpartoutkante" => "bottom",
|
||||
"Unten mittig" => "bottom",
|
||||
"Unten mittig auf Platte" => "bottom",
|
||||
|
||||
// Top
|
||||
"Oberseite" => "top",
|
||||
|
|
|
@ -33,6 +33,7 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
|||
"rot gemasert" => "handwritten",
|
||||
"ornamentiert" => "handwritten",
|
||||
"handschriftlich; aufgeklebt" => "handwritten",
|
||||
"Beschriftung" => "handwritten",
|
||||
|
||||
# Handwriting
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user