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>
This commit is contained in:
@@ -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 \
|
||||
|
42
i18npool/source/localedata/data/en_KE.xml
Normal file
42
i18npool/source/localedata/data/en_KE.xml
Normal file
@@ -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 -->
|
@@ -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
|
||||
|
Reference in New Issue
Block a user