Extend concordance lists for lengths, measurements, sources

This commit is contained in:
Joshua Ramon Enslin 2024-12-03 14:11:21 +01:00
parent c3e4581f2d
commit f3bd620f85
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
3 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,7 @@ final class MDConcLengths implements MDImporterConcordanceListInterface {
"5cm",
"Zentimeter",
"см",
"",
"ca" => MDLengthUnit::cm,
"Meter",

View File

@ -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",

View File

@ -17,6 +17,7 @@ final class MDConcSourceTypes implements MDImporterConcordanceListInterface {
"document]article" => "article",
// Book / default
"" => "book",
"buch" => "book",
"literatur" => "book",
"document]book" => "book",