From 0b7231928fa6e79ebbab32e3932569222feb1d46 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 4 Aug 2026 00:43:00 +0200 Subject: [PATCH] Extend currency concordance lists --- src/MDConcCurrencies.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MDConcCurrencies.php b/src/MDConcCurrencies.php index 87a7a29..62f1e4c 100644 --- a/src/MDConcCurrencies.php +++ b/src/MDConcCurrencies.php @@ -29,6 +29,7 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface { "SFR" => "ch-CHF", "CHF" => "ch-CHF", "Swiss franc" => "ch-CHF", + "Schweizer Franken" => "ch-CHF", // Deutsche Mark "DM" => "de-DM", @@ -86,6 +87,7 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface { "GBP" => "uk-GBP", "uk-GBP" => "uk-GBP", "Pfd" => "uk-GBP", // Pfund + "Pfund Sterling" => "uk-GBP", // Pfund "USD" => "us-USD", "US Dollar" => "us-USD", "US dollar" => "us-USD",