i18npool/Library_localedata_others.mk     |    1 
 i18npool/source/localedata/data/en_KE.xml |   42 ++++++++++++++++++++++++++++++
 i18npool/source/localedata/localedata.cxx |    3 +-
 3 files changed, 45 insertions(+), 1 deletion(-)

New commits:
commit ae8995694da9ca29a62d13e6a320e5d39f4727e8
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Thu Sep 24 11:54:27 2020 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Thu Sep 24 14:21:02 2020 +0200

    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 <er...@redhat.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to