[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source
Eike Rathke
erack at redhat.com
Tue Feb 25 15:15:02 PST 2014
i18nlangtag/source/isolang/isolang.cxx | 2 ++
include/i18nlangtag/lang.h | 2 ++
svtools/source/misc/langtab.src | 2 ++
3 files changed, 6 insertions(+)
New commits:
commit 75a22a9fb88b128bb31eb51dc763e42cb76e26c2
Author: Eike Rathke <erack at redhat.com>
Date: Wed Feb 26 00:12:29 2014 +0100
added Cree, Plains, Latin [crk-Latn-CN] and Syllabics [crk-Cans-CN], fdo#73973
Change-Id: I66b2923a59e06c5798d8debb14eb2282c9a4fb1d
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index f388e7f..95f01ca 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -722,6 +722,8 @@ static IsoLanguageScriptCountryEntry const aImplIsoLangScriptEntries[] =
{ LANGUAGE_BOSNIAN_LATIN_LSO, "bs-Latn", "" , LANGUAGE_BOSNIAN_LSO }, // MS, though Latn is suppress-script
{ LANGUAGE_CHINESE_TRADITIONAL_LSO, "zh-Hant", "" , 0 },
{ LANGUAGE_USER_MANINKAKAN_EASTERN_LATIN, "emk-Latn", "GN", 0 },
+ { LANGUAGE_USER_CREE_PLAINS_LATIN, "crk-Latn", "CN", 0 },
+ { LANGUAGE_USER_CREE_PLAINS_SYLLABICS, "crk-Cans", "CN", 0 },
{ LANGUAGE_DONTKNOW, "", "" , 0 } // marks end of table
};
diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index b36acd4..33c6a84 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -695,6 +695,8 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_PUINAVE 0x068E
#define LANGUAGE_USER_MANINKAKAN_EASTERN_LATIN 0x068F
#define LANGUAGE_USER_AVAR 0x0690
+#define LANGUAGE_USER_CREE_PLAINS_LATIN 0x0691
+#define LANGUAGE_USER_CREE_PLAINS_SYLLABICS 0x8291 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_USER_CREE_PLAINS_LATIN)) */
/* Primary language ID range for on-the-fly assignment. */
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index df3d008..99a62f7 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -380,6 +380,8 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Puinave" ; LANGUAGE_USER_PUINAVE ; > ;
< "Maninkakan, Eastern, Latin" ; LANGUAGE_USER_MANINKAKAN_EASTERN_LATIN ; > ;
< "Avar" ; LANGUAGE_USER_AVAR ; > ;
+ < "Cree, Plains, Latin" ; LANGUAGE_USER_CREE_PLAINS_LATIN ; > ;
+ < "Cree, Plains, Syllabics" ; LANGUAGE_USER_CREE_PLAINS_SYLLABICS ; > ;
};
};
More information about the Libreoffice-commits
mailing list