From 399f345888f3bcdf4749fca2e0fa5abb8d58778d Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 15 Jul 2025 10:39:02 +0200 Subject: [PATCH] Extend mappings for currencies and entry types --- src/MDConcCurrencies.php | 1 + src/MDConcEntryTypes.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/MDConcCurrencies.php b/src/MDConcCurrencies.php index aabe697..3fb8ea5 100644 --- a/src/MDConcCurrencies.php +++ b/src/MDConcCurrencies.php @@ -38,6 +38,7 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface { "RM" => "de-RM", "Reichsmark" => "de-RM", "Reichsmark (Deutsches Reich)" => "de-RM", + "Reichsmark (Deutsches Reich" => "de-RM", "French Franc" => "fr-FF", "Forint" => "hu-Ft", "FT" => "hu-Ft", diff --git a/src/MDConcEntryTypes.php b/src/MDConcEntryTypes.php index 8429739..69ee246 100644 --- a/src/MDConcEntryTypes.php +++ b/src/MDConcEntryTypes.php @@ -344,6 +344,8 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { "unbekant" => "99", "Ünernahme" => "99", "Übergabe" => "99", + "Unbezeichnet" => "99", + "unbezeichnet" => "99", "Übergabe abgeschr.B. DHM" => "99", "gyűjtés" => "99", "sch" => "99",