summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-08 10:56:18 +0000
committerEike Rathke <erack@redhat.com>2021-11-08 12:50:39 +0100
commit750d64ce68ecbbf7013e498836c90e3c1ac1b371 (patch)
treeb995587e6aa3ec2ed93317a5541b60e3711aef4b /i18nlangtag
parent8ae857370192e0b2490d88b54751641073ccee6f (diff)
The country code for the United Kingdom is GB not UK
e.g. see gd and cy Change-Id: Ic2f9746dc1fc2b08f000f8efff113f5981e427f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124839 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/isolang/isolang.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 03f92c2decff..d13c63e5197b 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -621,7 +621,7 @@ IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_SIDAMA, "sid", "ET", k0 },
{ LANGUAGE_USER_NKO, "nqo", "GN", k0 },
{ LANGUAGE_USER_UDMURT, "udm", "RU", k0 },
- { LANGUAGE_USER_CORNISH, "kw", "UK", k0 },
+ { LANGUAGE_USER_CORNISH, "kw", "GB", k0 },
{ LANGUAGE_USER_SAMI_PITE_SWEDEN, "sje", "SE", k0 },
{ LANGUAGE_USER_NGAEBERE, "gym", "PA", k0 },
{ LANGUAGE_USER_KUMYK, "kum", "RU", k0 },