svtools/inc/langtab.hrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit bac279b83d498ed54bb64a6faeafc6ef96bbfb95 Author: Eike Rathke <[email protected]> AuthorDate: Mon Apr 7 20:23:40 2025 +0200 Commit: Eike Rathke <[email protected]> CommitDate: Tue Apr 8 01:25:43 2025 +0200 Related: tdf#166056 Add Gronings {gos-NL} to language list Change-Id: I10c29d8644621e4834c95cab2be0b7825680ec9b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183817 Tested-by: Jenkins Reviewed-by: Eike Rathke <[email protected]> diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc index d9023c0bbb25..78eff565c41a 100644 --- a/svtools/inc/langtab.hrc +++ b/svtools/inc/langtab.hrc @@ -448,7 +448,8 @@ const std::pair<TranslateId, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] = { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Santali, Ol Chiki") , LANGUAGE_USER_SANTALI_OLCHIKI_INDIA }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "French (Republic of Guinea)") , LANGUAGE_USER_FRENCH_GUINEA }, { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Abkhaz") , LANGUAGE_USER_ABKHAZ }, - { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Guyana)") , LANGUAGE_USER_ENGLISH_GUYANA } + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Guyana)") , LANGUAGE_USER_ENGLISH_GUYANA }, + { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Gronings") , LANGUAGE_USER_GRONINGS } };
