summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-13 13:33:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-13 13:33:15 +0000
commit87ed248e1d73caa99196be489af69f4551117dde (patch)
tree4986c772241adb7c4eb75e6abd0581d997cde396 /i18npool/source/isolang
parentINTEGRATION: CWS locales24 (1.7.16); FILE MERGED (diff)
downloadcore-87ed248e1d73caa99196be489af69f4551117dde.tar.gz
core-87ed248e1d73caa99196be489af69f4551117dde.zip
INTEGRATION: CWS locales24 (1.12.36); FILE MERGED
2007/11/01 13:19:52 er 1.12.36.2: #i71789# Serbia ./. Montenegro 2007/10/26 17:27:47 er 1.12.36.1: #i76233# #i80114# #i80432# #i82723# add locales and mappings
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/isolang.cxx27
1 files changed, 20 insertions, 7 deletions
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 68ee8b4cdd66..db2f44b71164 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: isolang.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2007-07-18 07:09:24 $
+ * last change: $Author: rt $ $Date: 2007-11-13 14:33:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -235,12 +235,18 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_CROATIAN_BOSNIA_HERZEGOVINA, "hr", "BA" },
{ LANGUAGE_BOSNIAN_LATIN_BOSNIA_HERZEGOVINA, "bs", "BA" },
// { LANGUAGE_BOSNIAN_CYRILLIC_BOSNIA_AND_HERZEGOVINA, "bs", "BA" }, // script codes not supported yet
- { LANGUAGE_SERBIAN_LATIN, "sh", "YU" }, // Serbian Latin in Serbia and Montenegro (former Yugoslavia); kludge, needed to be sr_Latn_CS instead, script codes not supported yet
- { LANGUAGE_SERBIAN_LATIN_BOSNIA_HERZEGOVINA, "sh", "BA" },
- { LANGUAGE_SERBIAN_CYRILLIC, "sr", "YU" }, // Serbian Cyrillic in Serbia and Montenegro (former Yugoslavia); kludge, needed to be sr_CS instead, sr_CS not supported by ICU 2.6 (3.4 does)
- { LANGUAGE_SERBIAN_CYRILLIC, "sr", "CS" }, // alias to be able to integrate localizations, rsc needs it
+ { LANGUAGE_USER_SERBIAN_CYRILLIC_SERBIA, "sr", "RS" }, // Serbian Cyrillic in Serbia
+ { LANGUAGE_SERBIAN_CYRILLIC, "sr", "YU" }, // legacy Serbian Cyrillic in Serbia and Montenegro (former Yugoslavia); kludge, needed to be sr_CS instead, sr_CS not supported by ICU 2.6 (3.4 does)
+ { LANGUAGE_SERBIAN_CYRILLIC, "sr", "CS" }, // alias to be able to integrate localizations, rsc needs it
+ { LANGUAGE_USER_SERBIAN_CYRILLIC_MONTENEGRO, "sr", "ME" },
{ LANGUAGE_SERBIAN_CYRILLIC_BOSNIA_HERZEGOVINA, "sr", "BA" },
- { LANGUAGE_SERBIAN, "sr", "" }, // SERBIAN is only LID, MS-LCID not defined (was dupe of CROATIAN)
+ { LANGUAGE_SERBIAN, "sr", "" }, // SERBIAN is only LID, MS-LCID not defined (was dupe of CROATIAN)
+ { LANGUAGE_USER_SERBIAN_LATIN_SERBIA, "sh", "RS" }, // Serbian Latin in Serbia; kludge, needed to be sr_Latn_RS instead, script codes not supported yet
+ { LANGUAGE_SERBIAN_LATIN, "sh", "YU" }, // legacy Serbian Latin in Serbia and Montenegro (former Yugoslavia); kludge, needed to be sr_Latn_CS instead, script codes not supported yet
+ { LANGUAGE_SERBIAN_LATIN, "sh", "CS" }, // Serbian Latin in Serbia and Montenegro; kludge, needed to be sr_Latn_CS instead, script codes not supported yet
+ { LANGUAGE_USER_SERBIAN_LATIN_MONTENEGRO, "sh", "ME" }, // Serbian Latin in Montenegro; kludge, needed to be sr_Latn_ME instead, script codes not supported yet
+ { LANGUAGE_SERBIAN_LATIN_BOSNIA_HERZEGOVINA, "sh", "BA" },
+ { LANGUAGE_SERBIAN_LATIN_NEUTRAL, "sh", "" }, // kludge, needed to be sr_Latn instead, script codes not supported yet
{ LANGUAGE_ARMENIAN, "hy", "AM" },
{ LANGUAGE_AZERI, "az", "" },
{ LANGUAGE_AZERI_LATIN, "az", "AZ" },
@@ -421,6 +427,13 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_SANGO, "sg", "CF" },
{ LANGUAGE_USER_GANDA, "lg", "UG" },
{ LANGUAGE_USER_LINGALA_DRCONGO, "ln", "CD" },
+ { LANGUAGE_USER_LOW_GERMAN, "nds", "DE" },
+ { LANGUAGE_USER_HILIGAYNON, "hil", "PH" },
+ { LANGUAGE_USER_NYANJA, "ny", "MW" },
+ { LANGUAGE_USER_KASHUBIAN, "csb", "PL" },
+ { LANGUAGE_USER_SPANISH_CUBA, "es", "CU" },
+ { LANGUAGE_USER_QUECHUA_NORTH_BOLIVIA, "qul", "BO" },
+ { LANGUAGE_USER_QUECHUA_SOUTH_BOLIVIA, "quh", "BO" },
{ LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
{ LANGUAGE_DONTKNOW, "", "" } // marks end of table
};