diff options
author | Eike Rathke <erack@redhat.com> | 2020-09-24 12:32:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-09-24 14:21:52 +0200 |
commit | 8c96df159a5b049f703f4945d3a4b3977b2d5da6 (patch) | |
tree | c18d4fe1c26f24adf5d42480c998bbcba1f5a032 /svtools | |
parent | ae8995694da9ca29a62d13e6a320e5d39f4727e8 (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')
-rw-r--r-- | svtools/inc/langtab.hrc | 3 |
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 } }; |