From c7795fdc568b242ba9254408cdc0c9fc421c4b4a Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 31 Oct 2022 21:27:23 +0100 Subject: [PATCH] Update currencies set with Rubles and Hrywnja --- l18n | 2 +- src/MDCurrenciesSet.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/l18n b/l18n index 0b7ac0d..b99b3ef 160000 --- a/l18n +++ b/l18n @@ -1 +1 @@ -Subproject commit 0b7ac0df80591da28be2718b8dad4547c6178827 +Subproject commit b99b3ef348e56c1bee459d8b093f3a414bb80acc diff --git a/src/MDCurrenciesSet.php b/src/MDCurrenciesSet.php index ed65dc8..db3d9e9 100644 --- a/src/MDCurrenciesSet.php +++ b/src/MDCurrenciesSet.php @@ -13,6 +13,7 @@ final class MDCurrenciesSet extends MDValueSet { const CURRENCIES = [ '', + 'by-BYN', 'ddr-Mark', 'ddr-MDN', 'de-DM', @@ -26,6 +27,9 @@ final class MDCurrenciesSet extends MDValueSet { 'hu-Pengő', 'hu-Korona', 'pl-Złoty', + 'ru-RUB', + 'su-SUR', + 'ua-UAH', 'uk-GBP', 'us-USD', ];