Extend lists of currencies and marking positions / types
This commit is contained in:
parent
09175cbbf2
commit
499cbee298
|
@ -18,11 +18,15 @@ final class MDConcCurrencies {
|
|||
"DM" => "de-DM",
|
||||
"DEM" => "de-DM",
|
||||
"Mark" => "de-DM",
|
||||
"de-DM" => "de-DM",
|
||||
"Deutsche Mark" => "de-DM",
|
||||
"EUR" => "eu-EUR",
|
||||
"Euro" => "eu-EUR",
|
||||
"EURO" => "eu-EUR",
|
||||
"eu-EUR" => "eu-EUR",
|
||||
"€" => "eu-EUR",
|
||||
"Mark (DDR)" => "ddr-Mark",
|
||||
"ddr-Mark" => "ddr-Mark",
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@ final class MDConcMarkingPosition {
|
|||
"beidseitig mittig" => "center",
|
||||
|
||||
// Left
|
||||
"Links" => "left",
|
||||
"linke Ecke im Aquarell" => "left",
|
||||
"linkes, blaues Schleifenband" => "left",
|
||||
"linkes, grünes Schleifenband" => "left",
|
||||
|
@ -28,6 +29,7 @@ final class MDConcMarkingPosition {
|
|||
"Vorderseite links (Brusthöhe)" => "left",
|
||||
|
||||
// Right
|
||||
"Rechts" => "right",
|
||||
"rechts neben Bildnis" => "right",
|
||||
"Balken rechts" => "right",
|
||||
|
||||
|
|
|
@ -127,6 +127,7 @@ final class MDConcMarkingType {
|
|||
"ovales Messingschild, rot/silbern" => "screwed",
|
||||
|
||||
# Riveted
|
||||
"Angenietet" => "riveted",
|
||||
"Metallschild angenietet" => "riveted",
|
||||
|
||||
# Embossing
|
||||
|
|
Loading…
Reference in New Issue
Block a user