diff options
author | Eike Rathke <erack@redhat.com> | 2020-08-21 11:56:22 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-08-21 18:26:31 +0200 |
commit | ca21731d2f050d709107d1c5c1ebd59a72dc84eb (patch) | |
tree | 9a614f708b0d1cb751234749f28e574923856141 /svtools/inc/langtab.hrc | |
parent | a33a8f221626bb833cae5c916f096c12a4226f77 (diff) |
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@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'svtools/inc/langtab.hrc')
-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 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 } }; |