summaryrefslogtreecommitdiff
path: root/i18nlangtag/source/isolang
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-13 21:45:59 +0200
committerEike Rathke <erack@redhat.com>2013-09-13 21:47:12 +0200
commit1ecd1985b1415ed95c472a45c010f8d1a9a99837 (patch)
tree8711dbec8e38affd7fe2cf1236aa55e1db61e1a7 /i18nlangtag/source/isolang
parent4fb405a4f5132ebfd2d72fe4fcd266608307d7de (diff)
added 'en-GB-oed' for "English, OED spelling (UK)"
Change-Id: Ia51a8503213997ea589f2df79552ef765ecfc748
Diffstat (limited to 'i18nlangtag/source/isolang')
-rw-r--r--i18nlangtag/source/isolang/isolang.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index fc412e4914b0..6561bccd558c 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -590,6 +590,7 @@ static Bcp47CountryEntry const aImplBcp47CountryEntries[] =
// MS-LangID full BCP47, ISO3166, ISO639-Variant or other fallback
{ LANGUAGE_CATALAN_VALENCIAN, "ca-ES-valencia", "ES", "ca-valencia" },
{ LANGUAGE_OBSOLETE_USER_CATALAN_VALENCIAN, "ca-ES-valencia", "ES", "" }, // In case MS format files using the old value escaped into the wild, map them back.
+ { LANGUAGE_USER_ENGLISH_UK_OED, "en-GB-oed", "GB", "" }, // grandfathered
{ LANGUAGE_DONTKNOW, "", "", "" } // marks end of table
};