i18nlangtag/source/isolang/isolang.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 750d64ce68ecbbf7013e498836c90e3c1ac1b371
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Nov 8 10:56:18 2021 +0000
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon Nov 8 12:50:39 2021 +0100

    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 <er...@redhat.com>
    Tested-by: Jenkins

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    },

Reply via email to