From 03b2f4afc57973fa61284782f7e3d45be99f5eec Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 18 Nov 2024 19:22:11 +0100 Subject: [PATCH] Resolves: tdf#163903 Add French (Republic of Guinea) {fr-GN} locale data Change-Id: I46eb65f05a2015f7bd884585a544e030e143f5b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176735 Tested-by: Jenkins Reviewed-by: Eike Rathke --- i18npool/Library_localedata_euro.mk | 1 + i18npool/source/localedata/data/fr_GN.xml | 41 +++++++++++++++++++++++ i18npool/source/localedata/localedata.cxx | 1 + 3 files changed, 43 insertions(+) create mode 100644 i18npool/source/localedata/data/fr_GN.xml diff --git a/i18npool/Library_localedata_euro.mk b/i18npool/Library_localedata_euro.mk index 6a1b9ddd64b1..65c43d596adb 100644 --- a/i18npool/Library_localedata_euro.mk +++ b/i18npool/Library_localedata_euro.mk @@ -50,6 +50,7 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_euro,\ CustomTarget/i18npool/localedata/localedata_fr_CH \ CustomTarget/i18npool/localedata/localedata_fr_CI \ CustomTarget/i18npool/localedata/localedata_fr_FR \ + CustomTarget/i18npool/localedata/localedata_fr_GN \ CustomTarget/i18npool/localedata/localedata_fr_LU \ CustomTarget/i18npool/localedata/localedata_fr_MC \ CustomTarget/i18npool/localedata/localedata_fr_ML \ diff --git a/i18npool/source/localedata/data/fr_GN.xml b/i18npool/source/localedata/data/fr_GN.xml new file mode 100644 index 000000000000..182bdeec666f --- /dev/null +++ b/i18npool/source/localedata/data/fr_GN.xml @@ -0,0 +1,41 @@ + + + + + + + fr + French + + + GN + Republic of Guinea + + + + + + + + + + + GNF + FG + GNF + Franc Guinéen + 2 + + + + + + + diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index 5bdf1f8c3048..eb0da4fbc8ef 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -146,6 +146,7 @@ constexpr struct { { "fr_BJ", DataLocaleLibrary::EURO }, { "fr_NE", DataLocaleLibrary::EURO }, { "fr_TG", DataLocaleLibrary::EURO }, + { "fr_GN", DataLocaleLibrary::EURO }, { "it_IT", DataLocaleLibrary::EURO }, { "it_CH", DataLocaleLibrary::EURO }, { "sl_SI", DataLocaleLibrary::EURO },