Kaydet (Commit) 75a22a9f authored tarafından Eike Rathke's avatar Eike Rathke

added Cree, Plains, Latin [crk-Latn-CN] and Syllabics [crk-Cans-CN], fdo#73973

Change-Id: I66b2923a59e06c5798d8debb14eb2282c9a4fb1d
üst 2d3ed7eb
......@@ -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
};
......
......@@ -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. */
......
......@@ -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 ; > ;
};
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment