From b788cf3d72533038148311a570796095ee7de78e Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 24 Oct 2022 16:36:09 +0200 Subject: [PATCH] Add currency french franc See https://gitea.armuli.eu/museum-digital/musdb/issues/609 --- l18n | 2 +- src/MDCurrenciesSet.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/l18n b/l18n index 84c99fe..7a803b8 160000 --- a/l18n +++ b/l18n @@ -1 +1 @@ -Subproject commit 84c99fe79afc07d21039d4684426f67a8bc78d28 +Subproject commit 7a803b85bdd798ce7b83ea7fe565df8817e0b844 diff --git a/src/MDCurrenciesSet.php b/src/MDCurrenciesSet.php index 5b956d1..965da54 100644 --- a/src/MDCurrenciesSet.php +++ b/src/MDCurrenciesSet.php @@ -19,6 +19,7 @@ final class MDCurrenciesSet extends MDValueSet { 'de-RM', 'es-Real', 'eu-EUR', + 'fr-FF', 'id-IDR', 'hu-Ft', 'hu-Lari',