From 1d516a9916ccd8890a53d7fcc149f9a51e2592b1 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 14 Jun 2022 11:30:17 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Hungarian=20currencies=20Korona=20and=20P?= =?UTF-8?q?eng=C3=B6=20to=20currency=20concordance=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MDConcCurrencies.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MDConcCurrencies.php b/src/MDConcCurrencies.php index 16beafe..60252a6 100644 --- a/src/MDConcCurrencies.php +++ b/src/MDConcCurrencies.php @@ -15,6 +15,8 @@ final class MDConcCurrencies { "^" => "", "-" => "", "Forint" => "hu-Ft", + "Korona" => "hu-Korona", + "Pengő" => "hu-Pengő", "DM" => "de-DM", "DEM" => "de-DM", "Mark" => "de-DM",