i18npool/Library_localedata_en.mk | 1 i18npool/source/localedata/data/en_GY.xml | 42 ++++++++++++++++++++++++++++++ i18npool/source/localedata/localedata.cxx | 1 3 files changed, 44 insertions(+)
New commits: commit 8228037ca2e5bdf991837f62260bbf3f723aa632 Author: Eike Rathke <er...@redhat.com> AuthorDate: Wed Jan 15 12:46:41 2025 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Fri Jan 17 02:49:36 2025 +0100 Resolves: tdf#164276 Add English (Guyana) {en-GY} locale data Change-Id: I6571e4c58efed00a9c7120d6cab9139223283741 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180275 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins (cherry picked from commit ff7ea6b660b4e6bcd6575106c160882076c066a2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180302 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/i18npool/Library_localedata_en.mk b/i18npool/Library_localedata_en.mk index 4db3bc86b3cd..5c70cdeba443 100644 --- a/i18npool/Library_localedata_en.mk +++ b/i18npool/Library_localedata_en.mk @@ -20,6 +20,7 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\ CustomTarget/i18npool/localedata/localedata_en_GB \ CustomTarget/i18npool/localedata/localedata_en_GH \ CustomTarget/i18npool/localedata/localedata_en_GM \ + CustomTarget/i18npool/localedata/localedata_en_GY \ CustomTarget/i18npool/localedata/localedata_en_IE \ CustomTarget/i18npool/localedata/localedata_en_JM \ CustomTarget/i18npool/localedata/localedata_en_KE \ diff --git a/i18npool/source/localedata/data/en_GY.xml b/i18npool/source/localedata/data/en_GY.xml new file mode 100644 index 000000000000..ae6de0de69fc --- /dev/null +++ b/i18npool/source/localedata/data/en_GY.xml @@ -0,0 +1,42 @@ +<?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>en</LangID> + <DefaultName>English</DefaultName> + </Language> + <Country> + <CountryID>GY</CountryID> + <DefaultName>Guyana</DefaultName> + </Country> + </LC_INFO> + <LC_CTYPE ref="en_GB" /> + <LC_FORMAT ref="en_GB" replaceFrom="[CURRENCY]" replaceTo="[$$-BC09]"/> + <LC_COLLATION ref="en_GB" /> + <LC_SEARCH ref="en_GB" /> + <LC_INDEX ref="en_GB" /> + <LC_CALENDAR ref="en_GB" /> + <LC_CURRENCY> + <Currency default="true" usedInCompatibleFormatCodes="true"> + <CurrencyID>GYD</CurrencyID> + <CurrencySymbol>$</CurrencySymbol> + <BankSymbol>GYD</BankSymbol> + <CurrencyName>Guyanese dollar</CurrencyName> + <DecimalPlaces>2</DecimalPlaces> + </Currency> + </LC_CURRENCY> + <LC_TRANSLITERATION ref="en_GB" /> + <LC_MISC ref="en_GB" /> + <LC_NumberingLevel ref="en_GB" /> + <LC_OutLineNumberingLevel ref="en_GB"/> +</Locale> +<!--Version 1.0 --> diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index eb0da4fbc8ef..6eec14dd8df5 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -105,6 +105,7 @@ constexpr struct { { "en_KE", DataLocaleLibrary::EN }, { "en_DK", DataLocaleLibrary::EN }, { "en_MU", DataLocaleLibrary::EN }, + { "en_GY", DataLocaleLibrary::EN }, { "es_ES", DataLocaleLibrary::ES }, { "es_AR", DataLocaleLibrary::ES },