Kaydet (Commit) 608b749f authored tarafından Eike Rathke's avatar Eike Rathke

tdf#105448 add Manchu [mnc-CN] to language list (CTL)

Change-Id: Ia19da31a3df0a7d196997eedef07d8a28aa2e72c
üst 8d664db1
......@@ -664,6 +664,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_ENGLISH_MAURITIUS, "en", "MU", 0 },
{ LANGUAGE_USER_FRENCH_MAURITIUS, "fr", "MU", 0 },
{ LANGUAGE_USER_SILESIAN, "szl", "PL", 0 },
{ LANGUAGE_USER_MANCHU, "mnc", "CN", 0 },
{ LANGUAGE_MULTIPLE, "mul", "" , 0 }, // multiple languages, many languages are used
{ LANGUAGE_UNDETERMINED, "und", "" , 0 }, // undetermined language, language cannot be identified
{ LANGUAGE_NONE, "zxx", "" , 0 }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
......
......@@ -359,6 +359,7 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang )
case LANGUAGE_USER_KURDISH_SOUTHERN_IRAQ:
case LANGUAGE_USER_KYRGYZ_CHINA:
case LANGUAGE_USER_HUNGARIAN_ROVAS:
case LANGUAGE_USER_MANCHU:
nScript = css::i18n::ScriptType::COMPLEX;
break;
......
......@@ -718,6 +718,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_FRENCH_MAURITIUS 0x900C /* makeLangID( 0x24, getPrimaryLanguage( LANGUAGE_FRENCH)) */
#define LANGUAGE_USER_SILESIAN 0x0699
#define LANGUAGE_USER_HUNGARIAN_ROVAS 0x800E /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_HUNGARIAN)) */
#define LANGUAGE_USER_MANCHU 0x069A
/* XXX Add new user defined LCIDs ^^^ there.
......
......@@ -404,6 +404,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Silesian" ; LANGUAGE_USER_SILESIAN ; > ;
< "Hungarian (Szekely-Hungarian Rovas)" ; LANGUAGE_USER_HUNGARIAN_ROVAS ; > ;
< "English (Malaysia)" ; LANGUAGE_ENGLISH_MALAYSIA ; > ;
< "Manchu" ; LANGUAGE_USER_MANCHU ; > ;
};
};
......
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