diff options
author | Eike Rathke <erack@redhat.com> | 2017-11-14 19:41:09 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-14 19:41:43 +0100 |
commit | a6259d1a9572f766d01d573d3d5bdf80d43df762 (patch) | |
tree | 65dc91cfbc277d0f8515898c24b76bbb7f519c6a /svtools | |
parent | c45b23377bb2fe44c26f1287ff38495344e4ca50 (diff) |
Resolves: tdf#113835 add Fon [fon-BJ] to language list
Change-Id: Iee741421d8f6a9a2b9b14439612890426cdf4712
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 95a6b23b62bf..54e356feb1d1 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -404,7 +404,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Malaysia)") , LANGUAGE_ENGLISH_MALAYSIA }, { 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", "Kituba (Democratic Republic of the Congo)"), LANGUAGE_USER_KITUBA_DRCONGO }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Fon"), LANGUAGE_USER_FON } }; #endif |