Support Komi-Zyrian and Komi-Permyak as text language for spell checking
This commit is contained in:
committed by
Eike Rathke
parent
8d2ec1da04
commit
38b94d743e
@@ -538,6 +538,8 @@ typedef unsigned short LanguageType;
|
||||
#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 */
|
||||
#define LANGUAGE_USER_KOMI_ZYRIAN 0x0669
|
||||
#define LANGUAGE_USER_KOMI_PERMYAK 0x0A69
|
||||
|
||||
#endif /* INCLUDED_I18NPOOL_LANG_H */
|
||||
|
||||
|
@@ -483,6 +483,8 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
|
||||
{ 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_USER_KOMI_ZYRIAN, "kpv", "" },
|
||||
{ LANGUAGE_USER_KOMI_PERMYAK, "koi", "" },
|
||||
{ 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
|
||||
};
|
||||
|
@@ -344,6 +344,8 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
|
||||
< "KeyID" ; LANGUAGE_USER_KEYID ; > ;
|
||||
< "Pali Latin" ; LANGUAGE_USER_PALI_LATIN ; > ;
|
||||
< "Kyrgyz (China)" ; LANGUAGE_USER_KYRGYZ_CHINA ; > ;
|
||||
< "Komi-Zyrian" ; LANGUAGE_USER_KOMI_ZYRIAN ; > ;
|
||||
< "Komi-Permyak" ; LANGUAGE_USER_KOMI_PERMYAK ; > ;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user