diff options
author | Eike Rathke <erack@redhat.com> | 2020-09-24 11:54:27 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-09-24 14:21:02 +0200 |
commit | ae8995694da9ca29a62d13e6a320e5d39f4727e8 (patch) | |
tree | ec6ff76f7fd7a0f237571be5efd31254173e775c /i18npool | |
parent | 23ff2c96709e48e06aa0a9dee237b73935cd60e5 (diff) |
Resolves: tdf#115436 Add English Kenya {en-KE} locale data
Change-Id: I06b9479e48bfcc3421ae1ec634064f9f3209cffd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103301
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_localedata_others.mk | 1 | ||||
-rw-r--r-- | i18npool/source/localedata/data/en_KE.xml | 42 | ||||
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/i18npool/Library_localedata_others.mk b/i18npool/Library_localedata_others.mk index a6246b8b24c2..cece0e15fc30 100644 --- a/i18npool/Library_localedata_others.mk +++ b/i18npool/Library_localedata_others.mk @@ -52,6 +52,7 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\ CustomTarget/i18npool/localedata/localedata_ee_GH \ CustomTarget/i18npool/localedata/localedata_en_HK \ CustomTarget/i18npool/localedata/localedata_en_IN \ + CustomTarget/i18npool/localedata/localedata_en_KE \ CustomTarget/i18npool/localedata/localedata_en_MY \ CustomTarget/i18npool/localedata/localedata_eo \ CustomTarget/i18npool/localedata/localedata_fa_IR \ diff --git a/i18npool/source/localedata/data/en_KE.xml b/i18npool/source/localedata/data/en_KE.xml new file mode 100644 index 000000000000..cb4811d73229 --- /dev/null +++ b/i18npool/source/localedata/data/en_KE.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>KE</CountryID> + <DefaultName>Kenya</DefaultName> + </Country> + </LC_INFO> + <LC_CTYPE ref="en_GB" /> + <LC_FORMAT ref="en_GB" replaceFrom="[CURRENCY]" replaceTo="[$KSh-AC09]"/> + <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>KES</CurrencyID> + <CurrencySymbol>KSh</CurrencySymbol> + <BankSymbol>KES</BankSymbol> + <CurrencyName>Kenyan shilling</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 aef93c66fe33..193d8eeb4f7c 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -331,7 +331,8 @@ const struct { { "ilo_PH", lcl_DATA_OTHERS }, { "ha_Latn_NG", lcl_DATA_OTHERS }, { "min_ID", lcl_DATA_OTHERS }, - { "sun_ID", lcl_DATA_OTHERS } + { "sun_ID", lcl_DATA_OTHERS }, + { "en_KE", lcl_DATA_OTHERS } }; #else |