src/MDConcMarkingType.php aktualisiert
added 1 case for drawn and moved "Bleistiftzeichnung" to drawn
This commit is contained in:
parent
3978113d26
commit
4f25679bff
@ -64,7 +64,6 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
||||
"Bleistift" => "handwritten",
|
||||
"Bleisitft" => "handwritten",
|
||||
"Bleistiftbeschriftung" => "handwritten",
|
||||
"Bleistiftzeichnung" => "handwritten",
|
||||
"Bleistift,Kugelschreiber" => "handwritten",
|
||||
"Bleistift und Buntstift bzw. kann auch Tinte sein" => "handwritten",
|
||||
"Bleistiftbeschriftung auf der Rückseite" => "handwritten",
|
||||
@ -160,6 +159,11 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
||||
"signiert, gemalt" => "painted",
|
||||
"Wappen (gemalt)" => "painted",
|
||||
|
||||
# Drawn
|
||||
"Wappen (gezeichnet)" => "drawn",
|
||||
"Bleistiftzeichnung" => "drawn",
|
||||
|
||||
|
||||
# Glued
|
||||
"aufgeklebter Druck" => "glued",
|
||||
"Aufkleber" => "glued",
|
||||
|
Loading…
Reference in New Issue
Block a user