svtools/inc/langtab.hrc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 35b9371acf5a1295ef7c12bbfa285efb7ea4b485
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Wed Jan 15 12:54:13 2025 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Wed Jan 15 20:20:49 2025 +0100

    Related: tdf#164276 Add English (Guyana) to language list
    
    Change-Id: Ie80891543737dded886daa91894d5f2aa513b645
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180276
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <er...@redhat.com>

diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc
index 4afd8a6a9bc7..7846cc6a2643 100644
--- a/svtools/inc/langtab.hrc
+++ b/svtools/inc/langtab.hrc
@@ -447,7 +447,8 @@ const std::pair<TranslateId, LanguageType> 
STR_ARR_SVT_LANGUAGE_TABLE[] =
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Morisyen") , LANGUAGE_USER_MORISYEN },
     { 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", "Abkhaz") , LANGUAGE_USER_ABKHAZ },
+    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Guayana)") , 
LANGUAGE_USER_ENGLISH_GUYANA }
 };
 
 

Reply via email to