diff options
author | Eike Rathke <erack@redhat.com> | 2018-05-15 20:20:03 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-05-15 20:21:19 +0200 |
commit | ed9416446def1a9c9af3869c3113d041ad33884e (patch) | |
tree | 938135cdc0fbd5a9d365785bfa26ebc2828af8f7 /svtools | |
parent | 409441652af3df62e742b9d7a3d80cb6b15214af (diff) |
Resolves: tdf#117617 Add Iloko [ilo-PH] to language list
Change-Id: If8444a847fa652de8b7b834e08c3e5116721c987
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 68e64d8a238a..ff23fc65f31c 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -414,7 +414,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Malay Arabic (Malaysia)") , LANGUAGE_USER_MALAY_ARABIC_MALAYSIA }, { 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", "Naro") , LANGUAGE_USER_NARO }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Iloko") , LANGUAGE_USER_ILOKO } }; #endif |