summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2020-09-24 12:32:15 +0200
committerEike Rathke <erack@redhat.com>2020-09-24 14:21:52 +0200
commit8c96df159a5b049f703f4945d3a4b3977b2d5da6 (patch)
treec18d4fe1c26f24adf5d42480c998bbcba1f5a032 /svtools/inc
parentae8995694da9ca29a62d13e6a320e5d39f4727e8 (diff)
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@redhat.com>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/langtab.hrc3
1 files changed, 2 insertions, 1 deletions
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 }
};