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 <erack@redhat.com>
This commit is contained in:
parent
6acaa43376
commit
03b2f4afc5
3 changed files with 43 additions and 0 deletions
|
@ -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 \
|
||||
|
|
41
i18npool/source/localedata/data/fr_GN.xml
Normal file
41
i18npool/source/localedata/data/fr_GN.xml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE Locale SYSTEM 'locale.dtd'>
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
-->
|
||||
<Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.0">
|
||||
<LC_INFO>
|
||||
<Language>
|
||||
<LangID>fr</LangID>
|
||||
<DefaultName>French</DefaultName>
|
||||
</Language>
|
||||
<Country>
|
||||
<CountryID>GN</CountryID>
|
||||
<DefaultName>Republic of Guinea</DefaultName>
|
||||
</Country>
|
||||
</LC_INFO>
|
||||
<LC_CTYPE ref="fr_BF" />
|
||||
<LC_FORMAT ref="fr_BF" replaceFrom="[CURRENCY]" replaceTo="[$FG-0x940C]" />
|
||||
<LC_COLLATION ref="fr_BF" />
|
||||
<LC_SEARCH ref="fr_BF" />
|
||||
<LC_INDEX ref="fr_BF" />
|
||||
<LC_CALENDAR ref="fr_BF" />
|
||||
<LC_CURRENCY>
|
||||
<Currency default="true" usedInCompatibleFormatCodes="true">
|
||||
<CurrencyID>GNF</CurrencyID>
|
||||
<CurrencySymbol>FG</CurrencySymbol>
|
||||
<BankSymbol>GNF</BankSymbol>
|
||||
<CurrencyName>Franc Guinéen</CurrencyName>
|
||||
<DecimalPlaces>2</DecimalPlaces>
|
||||
</Currency>
|
||||
</LC_CURRENCY>
|
||||
<LC_TRANSLITERATION ref="fr_BF" />
|
||||
<LC_MISC ref="fr_BF" />
|
||||
<LC_NumberingLevel ref="fr_BF" />
|
||||
<LC_OutLineNumberingLevel ref="fr_BF"/>
|
||||
</Locale>
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue