Extend concordance lists for lengths, measurements, sources
This commit is contained in:
parent
c3e4581f2d
commit
f3bd620f85
@ -92,6 +92,7 @@ final class MDConcLengths implements MDImporterConcordanceListInterface {
|
||||
"5cm",
|
||||
"Zentimeter",
|
||||
"см",
|
||||
"",
|
||||
"ca" => MDLengthUnit::cm,
|
||||
|
||||
"Meter",
|
||||
|
@ -152,6 +152,11 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
"Auflagekarton Standardformat",
|
||||
"Suffix",
|
||||
"HxBxT",
|
||||
"CC",
|
||||
"Eisen",
|
||||
"mm",
|
||||
"Größe",
|
||||
"CdV",
|
||||
"Stichhöhe (Höhe x Breite)" => false,
|
||||
|
||||
"Höhe",
|
||||
|
@ -17,6 +17,7 @@ final class MDConcSourceTypes implements MDImporterConcordanceListInterface {
|
||||
"document]article" => "article",
|
||||
|
||||
// Book / default
|
||||
"" => "book",
|
||||
"buch" => "book",
|
||||
"literatur" => "book",
|
||||
"document]book" => "book",
|
||||
|
Loading…
Reference in New Issue
Block a user