From 019817f54e16838d6e89196ff4f9e8c6fae2cc74 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 19 Mar 2026 17:49:09 +0100 Subject: [PATCH] Extend concordance lists --- src/MDConcCertainty.php | 1 + src/MDConcEntryTypes.php | 1 + src/MDConcTitleTypes.php | 7 +++++++ 3 files changed, 9 insertions(+) diff --git a/src/MDConcCertainty.php b/src/MDConcCertainty.php index b7cd335..f2766db 100644 --- a/src/MDConcCertainty.php +++ b/src/MDConcCertainty.php @@ -35,6 +35,7 @@ final class MDConcCertainty implements MDImporterConcordanceListInterface { 'zugeschrieben an' => false, 'Ausführung' => false, 'Entwurf' => false, + 'geschätzt / unsicher / vermutet' => false, // Certain diff --git a/src/MDConcEntryTypes.php b/src/MDConcEntryTypes.php index 760c2a1..e98801d 100644 --- a/src/MDConcEntryTypes.php +++ b/src/MDConcEntryTypes.php @@ -66,6 +66,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { "Geschenk (Lederscheide" => "1", "Geschenk 20.10.03" => "1", "Schenkung" => "1", + "Schenkung / Spende" => "1", "Schenkung/abgeschr. B. DHM" => "1", "Schenkung an die Stadt Ravensburg" => "1", "Schenkung & Nachlass lt. Testament vom 18.09.2001" => "1", diff --git a/src/MDConcTitleTypes.php b/src/MDConcTitleTypes.php index 4061829..e6c409d 100644 --- a/src/MDConcTitleTypes.php +++ b/src/MDConcTitleTypes.php @@ -33,6 +33,13 @@ final class MDConcTitleTypes implements MDImporterConcordanceListInterface { "mundartl" => "Dialect", "mundartlich" => "Dialect", + // Professional jargon + 'Professional' => 'Professional jargon', + + // Sociolect + 'Sociolect' => 'Sociolect', + 'Soziolekt' => 'Sociolect', + ]; /**