summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-29 22:26:19 +0200
committerEike Rathke <erack@redhat.com>2013-08-29 23:19:11 +0200
commit6626ca9c30ecf2ad5ee53d5ca47a6dfae087cba3 (patch)
tree0df6e7afcc0017bf0a16b94efc2f1bb5c37af985 /i18nlangtag
parentc8cfda297691b793048b67affe7b1db08e028c6d (diff)
Pali should be ISO 639-1 'pi' not 639-3 'pli'
Change-Id: Ifea43b20aacdb54eec9be25d349daa1a19ae26b4
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/isolang/isolang.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index cc611efcad8e..6c39bdea0b6d 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -521,7 +521,8 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_MANX, "gv", "GB" },
{ LANGUAGE_USER_ARAGONESE, "an", "ES" },
{ LANGUAGE_USER_KEYID, "qtz", "" }, // key id pseudolanguage used for UI testing
- { LANGUAGE_USER_PALI_LATIN, "pli", "" }, // Pali with Latin script
+ { LANGUAGE_USER_PALI_LATIN, "pi", "" }, // Pali with Latin script, ISO 639-1
+ { LANGUAGE_USER_PALI_LATIN, "pli", "" }, // Pali with Latin script, ISO 639-3 (sigh..) back-compat
{ LANGUAGE_USER_KYRGYZ_CHINA, "ky", "CN" },
{ LANGUAGE_USER_KOMI_ZYRIAN, "kpv", "RU" },
{ LANGUAGE_USER_KOMI_PERMYAK, "koi", "RU" },