[Libreoffice-commits] core.git: svtools/inc

Eike Rathke (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 24 12:22:34 UTC 2020


 svtools/inc/langtab.hrc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 8c96df159a5b049f703f4945d3a4b3977b2d5da6
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Thu Sep 24 12:32:15 2020 +0200
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Thu Sep 24 14:21:52 2020 +0200

    Related: tdf#115436 Add English (Kenya) {en-KE} to language list
    
    Change-Id: I8f928533d52aa8ecc2567f6af45b85a860ff5da8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103302
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc
index 7af85b0c6cd5..47bce2b1aa76 100644
--- a/svtools/inc/langtab.hrc
+++ b/svtools/inc/langtab.hrc
@@ -426,7 +426,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] =
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Ligurian") , LANGUAGE_USER_LIGURIAN },
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Minangkabau") , LANGUAGE_USER_MINANGKABAU },
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Sundanese") , LANGUAGE_USER_SUNDANESE },
-    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Hong Kong)") , LANGUAGE_ENGLISH_HONG_KONG_SAR }
+    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Hong Kong)") , LANGUAGE_ENGLISH_HONG_KONG_SAR },
+    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Kenya)") , LANGUAGE_USER_ENGLISH_KENYA }
 };
 
 


More information about the Libreoffice-commits mailing list