diff options
author | Eike Rathke <erack@redhat.com> | 2019-05-03 18:43:27 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-05-04 10:30:22 +0200 |
commit | 90b17ec7ab218f1ba9ec789bad0c2a40644ad937 (patch) | |
tree | 22ae73e28f1bdc028f5ceb53d5101e367030870e /svtools | |
parent | ca40d4ce9b8134fd8bfc90e9e8289b620163475b (diff) |
Resolves: tdf#123948 add English (Zambia) [en-ZM] to language list
Change-Id: I6632cacb7e713d4c7aaaedd50267b9e6029b0389
Reviewed-on: https://gerrit.libreoffice.org/71768
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
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 9de0eb1dfb66..43394d03e2a1 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -416,7 +416,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Malay Arabic (Brunei Darussalam)") , LANGUAGE_USER_MALAY_ARABIC_BRUNEI }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Juǀ’hoan") , LANGUAGE_USER_JUHOAN }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Naro") , LANGUAGE_USER_NARO }, - { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Iloko") , LANGUAGE_USER_ILOKO } + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Iloko") , LANGUAGE_USER_ILOKO }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Zambia)") , LANGUAGE_USER_ENGLISH_ZAMBIA } }; #endif |