From c63e9df9b32b640448b1e0c20f256291c2e987bc Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 2 Sep 2025 11:54:04 +0200 Subject: [PATCH] Extend mappings --- src/MDConcCurrencies.php | 12 ++++++++++++ src/MDConcEntryTypes.php | 2 ++ src/MDConcOwnershipStatus.php | 4 ++++ 3 files changed, 18 insertions(+) diff --git a/src/MDConcCurrencies.php b/src/MDConcCurrencies.php index 3fb8ea5..fa5c8cf 100644 --- a/src/MDConcCurrencies.php +++ b/src/MDConcCurrencies.php @@ -24,7 +24,13 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface { "23.117,55" => "", "15.01.1900" => "", "Belarussischer Rubel" => 'by-BYN', + + // Schweizer Franken / Swiss Franc "SFR" => "ch-CHF", + "CHF" => "ch-CHF", + "Swiss franc" => "ch-CHF", + + // Deutsche Mark "DM" => "de-DM", "dM" => "de-DM", "Dm" => "de-DM", @@ -35,11 +41,17 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface { "Mark" => "de-DM", "de-DM" => "de-DM", "Deutsche Mark" => "de-DM", + + // Reichsmark (Deutschland) "RM" => "de-RM", "Reichsmark" => "de-RM", "Reichsmark (Deutsches Reich)" => "de-RM", "Reichsmark (Deutsches Reich" => "de-RM", + + // Franc (France) "French Franc" => "fr-FF", + + // Forint "Forint" => "hu-Ft", "FT" => "hu-Ft", "Korona" => "hu-Korona", diff --git a/src/MDConcEntryTypes.php b/src/MDConcEntryTypes.php index 69ee246..e1d890f 100644 --- a/src/MDConcEntryTypes.php +++ b/src/MDConcEntryTypes.php @@ -303,6 +303,8 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { "Dauerausleihe" => "16", "Dauerleihgabe von Privat" => "16", "Letét" => "16", + "Permanent loan" => "16", + "permanent loan" => "16", "Tartós leltét" => "16", // 98: Old belongings diff --git a/src/MDConcOwnershipStatus.php b/src/MDConcOwnershipStatus.php index 4ea80f9..ba2a0c5 100644 --- a/src/MDConcOwnershipStatus.php +++ b/src/MDConcOwnershipStatus.php @@ -17,6 +17,8 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface "Eigentum" => "owned", "Geschenk" => "owned", "Besitz" => "owned", + "Owned" => "owned", + "owned" => "owned", "Kauf" => "owned", "Fund" => "owned", "Eigenleistung" => "owned", @@ -28,6 +30,8 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface // Permanent loans "Dauerleihe" => "permanent_loan", "Dauerleihgabe" => "permanent_loan", + "Permanent loan" => "permanent_loan", + "permanent loan" => "permanent_loan", // Loans "Leihe" => "borrowed",