[Libreoffice-commits] core.git: svtools/inc

Eike Rathke (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 21 16:27:11 UTC 2020


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

New commits:
commit ca21731d2f050d709107d1c5c1ebd59a72dc84eb
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Fri Aug 21 11:56:22 2020 +0200
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Fri Aug 21 18:26:31 2020 +0200

    Related: tdf#135518 Add English (Hong Kong) [en-HK] to language list
    
    As a separate commit so the locale data can be backported to 7-0
    without introducing a new UI string.
    
    Change-Id: I00379e326e7b7e89abba990908155f4d8a8c8c36
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101140
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins

diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc
index 5242b7ec116f..7af85b0c6cd5 100644
--- a/svtools/inc/langtab.hrc
+++ b/svtools/inc/langtab.hrc
@@ -425,7 +425,8 @@ const std::pair<const char*, LanguageType> STR_ARR_SVT_LANGUAGE_TABLE[] =
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Guadeloupean Creole French") , LANGUAGE_USER_GUADELOUPEAN_CREOLE_FRENCH },
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Ligurian") , LANGUAGE_USER_LIGURIAN },
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Minangkabau") , LANGUAGE_USER_MINANGKABAU },
-    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Sundanese") , LANGUAGE_USER_SUNDANESE }
+    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Sundanese") , LANGUAGE_USER_SUNDANESE },
+    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Hong Kong)") , LANGUAGE_ENGLISH_HONG_KONG_SAR }
 };
 
 


More information about the Libreoffice-commits mailing list