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

added Kyrgyz (China) [ky-CN] to language list

üst 898823e2
......@@ -537,6 +537,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_ARAGONESE 0x0665
#define LANGUAGE_USER_KEYID 0x0666 /* key id pseudolanguage */
#define LANGUAGE_USER_PALI_LATIN 0x0667
#define LANGUAGE_USER_KYRGYZ_CHINA 0x0668 /* not derived from LANGUAGE_KIRGHIZ as these may be different scripts, see http://www.omniglot.com/writing/kirghiz.htm */
#endif /* INCLUDED_I18NPOOL_LANG_H */
......
......@@ -482,6 +482,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_ARAGONESE, "an", "ES" },
{ LANGUAGE_USER_KEYID, "qtz", "" }, // key id pseudolanguage used for UI testing
{ LANGUAGE_USER_PALI_LATIN, "pli", "" }, // Pali with Latin script
{ LANGUAGE_USER_KYRGYZ_CHINA, "ky", "CN" },
{ 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
};
......
......@@ -240,6 +240,7 @@ bool MsLangId::isRightToLeft( LanguageType nLang )
case LANGUAGE_KASHMIRI & LANGUAGE_MASK_PRIMARY :
case LANGUAGE_SINDHI & LANGUAGE_MASK_PRIMARY :
case LANGUAGE_UIGHUR_CHINA & LANGUAGE_MASK_PRIMARY :
case LANGUAGE_USER_KYRGYZ_CHINA & LANGUAGE_MASK_PRIMARY :
return true;
default:
......@@ -344,6 +345,7 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang )
case LANGUAGE_USER_MAITHILI_INDIA:
case LANGUAGE_UIGHUR_CHINA:
case LANGUAGE_USER_LIMBU:
case LANGUAGE_USER_KYRGYZ_CHINA:
nScript = ::com::sun::star::i18n::ScriptType::COMPLEX;
break;
......
......@@ -683,6 +683,7 @@ File gid_File_Share_Registry_Ctl_Xcd
Name (he) = "ctl.xcd";
Name (hi) = "ctl.xcd";
Name (km) = "ctl.xcd";
Name (ky-CN) = "ctl.xcd";
Name (lo) = "ctl.xcd";
Name (my) = "ctl.xcd";
Name (ne) = "ctl.xcd";
......
......@@ -64,7 +64,8 @@ ko 949 1042
kok 0 1111 # Konkani
ks 0 1120 # Kashmiri
ku 0 1574
ky 0 2100
ky 0 1088 # Kyrgyz
ky-CN 0 1640 # Kyrgyz (China)
lb 1252 1134
lo 0 1108 # Lao
lt 1257 1063 # Lithuanian
......
......@@ -95,10 +95,11 @@ BEGIN
"ny",
"so",
"kab",
"tk"
"tk",
"ky-CN"
);
@items_at_modules = ("Files", "Dirs", "Unixlinks");
@rtllanguages = ("ar", "fa", "he", "ug");
@rtllanguages = ("ar", "fa", "he", "ug", "ky-CN");
$ziplistname = "";
$pathfilename = "";
......
......@@ -76,6 +76,8 @@ ko \
kok \
ks \
ku \
ky \
ky-CN \
lb \
lo \
lt \
......
......@@ -343,6 +343,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Vili" ; LANGUAGE_USER_VILI ; > ;
< "KeyID" ; LANGUAGE_USER_KEYID ; > ;
< "Pali Latin" ; LANGUAGE_USER_PALI_LATIN ; > ;
< "Kyrgyz (China)" ; LANGUAGE_USER_KYRGYZ_CHINA ; > ;
};
};
......
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