summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-14 15:13:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-14 15:13:46 +0100
commit8a2f8c9d464ce75335fa56c515be0c0f28010fd3 (patch)
tree8cb6d397347380695d6efc23d882b0f744b1719e /i18npool/source
parentd863b3d5cb7ce6f21241e89dc01de797b4d0c3c5 (diff)
fdo#30773# add support for Kabyle
Stuff Kabyle in as the default member for collective Berber languages using Latin. Distinguish it from the LANGUAGE_TAMAZIGHT_LATIN families
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/isolang/isolang.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 357be80a69ea..dbcb8fa579f7 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -384,7 +384,9 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_ENGLISH_PHILIPPINES, "en", "PH" },
// { LANGUAGE_IBIBIO_NIGERIA, "nic", "NG" }, // ISO "nic" is only a collective language code
{ LANGUAGE_YI, "ii", "CN" },
-// { LANGUAGE_TAMAZIGHT_LATIN, "ber", "" }, // ISO "ber" only collective!
+ { LANGUAGE_TAMAZIGHT_LATIN, "kab", "DZ" }, // In practice Kabyle is the language used for this
+ { LANGUAGE_TAMAZIGHT_LATIN, "ber", "DZ" }, // In practice Algeria has standardized on Kabyle as the member of the "ber" collective which gets used there.
+ { LANGUAGE_TAMAZIGHT_TIFINAGH, "ber", "MA" }, // Morocco is officially using Tifinagh for its Berber languages so store it to distinguish explicitly from LANGUAGE_TAMAZIGHT_LATIN, even though as a collective language its not of much use
// { LANGUAGE_TAMAZIGHT_ARABIC, "ber", "" }, // ISO "ber" only collective!
{ LANGUAGE_LATIN, "la", "VA" },
{ LANGUAGE_OBSOLETE_USER_LATIN, "la", "VA" },