summaryrefslogtreecommitdiff
path: root/svtools/inc/langtab.hrc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2019-11-18 15:57:47 +0100
committerEike Rathke <erack@redhat.com>2019-11-19 10:45:50 +0100
commitb4008306febc147e9f8a3c91102304ec40671a07 (patch)
tree9f6e761cb350f54f3721feed4e8edbdf7989b808 /svtools/inc/langtab.hrc
parent53c474633c4e658f096669fb0225d751a5701aaf (diff)
Resolves: tdf#128855 Add Kabardian [kbd-RU] to language list
Change-Id: I84cfc3aa3f018de1d6950617fe2a06402ce2ac2b Reviewed-on: https://gerrit.libreoffice.org/83103 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'svtools/inc/langtab.hrc')
-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 7ca5feb8156b..6f8c4a21a833 100644
--- a/svtools/inc/langtab.hrc
+++ b/svtools/inc/langtab.hrc
@@ -419,7 +419,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] =
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Iloko") , LANGUAGE_USER_ILOKO },
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Zambia)") , LANGUAGE_USER_ENGLISH_ZAMBIA },
{ NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Sri Lanka)") , LANGUAGE_USER_ENGLISH_SRI_LANKA },
- { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Nigeria)") , LANGUAGE_USER_ENGLISH_NIGERIA }
+ { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Nigeria)") , LANGUAGE_USER_ENGLISH_NIGERIA },
+ { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Kabardian") , LANGUAGE_USER_KABARDIAN }
};
#endif