diff options
author | Eike Rathke <erack@redhat.com> | 2018-05-08 19:42:19 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-05-08 19:55:47 +0200 |
commit | 6b2fa7792a8e4feafb6920f0b289bf2c525d14e5 (patch) | |
tree | 5547fef8b7c8c38ff0c3b19cd3bac1bd9b89bf28 /svtools | |
parent | b09889a158cbc839ebc8a6061b0b261fa74930e6 (diff) |
Add Ju|’hoansi [ktz-NA] and Naro [nhr-BW] to language list
Change-Id: I65c048a7d52432a7d268b9a0f58aba7efc12a16e
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/langtab.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc index 69f397cfab29..ab173f8ec7a0 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -412,7 +412,9 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Armenian, Western (Armenia)") , LANGUAGE_USER_ARMENIAN_WESTERN }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Armenian, Classic (Armenia)") , LANGUAGE_USER_ARMENIAN_CLASSIC }, { 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", "Malay Arabic (Brunei Darussalam)") , LANGUAGE_USER_MALAY_ARABIC_BRUNEI }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Ju|’hoansi") , LANGUAGE_USER_JUHOAN }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Naro") , LANGUAGE_USER_NARO } }; #endif |