diff options
author | Eike Rathke <erack@redhat.com> | 2017-12-04 20:04:27 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-12-04 20:06:11 +0100 |
commit | 01c7c4e1cb074f88440336068285495743bd6b37 (patch) | |
tree | ee2d7b1b3deab08f0bb288d633a41470984ce3c3 /svtools | |
parent | 433fdce3fd1dc370afb81fe5a5723c8aae9e586c (diff) |
Add Plautdietsch [pdt-CA] to language listbox
Change-Id: Icf2307649858721a7cde38e8fa892fc3cb1ff08c
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 54e356feb1d1..b23d30e6fb8a 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -405,7 +405,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Manchu") , LANGUAGE_USER_MANCHU }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Xibe") , LANGUAGE_USER_XIBE }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Kituba (Democratic Republic of the Congo)"), LANGUAGE_USER_KITUBA_DRCONGO }, - { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Fon"), LANGUAGE_USER_FON } + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Fon"), LANGUAGE_USER_FON }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Plautdietsch"), LANGUAGE_USER_PLAUTDIETSCH } }; #endif |