Extend concordance lists
This commit is contained in:
@@ -14,6 +14,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
||||
private const EVENT_TYPE_NAMES_TO_ID = [
|
||||
|
||||
// 1: Created
|
||||
'' => 1,
|
||||
'Hergestellt' => 1,
|
||||
'Hergestellt vermutlich' => 1,
|
||||
'Herstellung Fassung' => 1,
|
||||
@@ -27,6 +28,9 @@ Herstellung' => 1,
|
||||
'ehem. zugeschrieben' => 1,
|
||||
'Mitarbeit' => 1,
|
||||
'Dekor' => 1,
|
||||
"event" => 1,
|
||||
"Event" => 1,
|
||||
'http://terminology.lido-schema.org/lido00007',
|
||||
'Dekor vermutet' => 1,
|
||||
'Technischer Hersteller' => 1,
|
||||
'Herstellung vermutlich' => 1,
|
||||
|
||||
@@ -72,6 +72,7 @@ final class MDConcLengths implements MDImporterConcordanceListInterface {
|
||||
"hinten",
|
||||
"zwischenund",
|
||||
"Standring",
|
||||
"g",
|
||||
"kleinsterDurchmesser",
|
||||
"größterDurchmesser",
|
||||
"kleinster Durchmesser",
|
||||
|
||||
@@ -21,6 +21,7 @@ final class MDConcWeights implements MDImporterConcordanceListInterface {
|
||||
|
||||
return match($input) {
|
||||
|
||||
"mm",
|
||||
"cm" => false,
|
||||
|
||||
"Gramm",
|
||||
|
||||
Reference in New Issue
Block a user