From da963da0de0c066cb0fba6f537f80ed8c57aa8e4 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 3 Mar 2025 18:03:33 +0100 Subject: [PATCH] Map German "Schlagwort" to tag relation type tag --- src/MDConcObjectTagRelTypes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MDConcObjectTagRelTypes.php b/src/MDConcObjectTagRelTypes.php index adde394..8ae2714 100644 --- a/src/MDConcObjectTagRelTypes.php +++ b/src/MDConcObjectTagRelTypes.php @@ -15,6 +15,7 @@ final class MDConcObjectTagRelTypes implements MDImporterConcordanceListInterfac '' => 'tag', 'tag' => 'tag', + 'schlagwort' => 'tag', 'description' => 'tag', "motive" => "article",