Kaydet (Commit) 003973f5 authored tarafından Andras Timar's avatar Andras Timar

add Pali language (Latin script) - fdo#41599

üst 04e1536d
......@@ -536,6 +536,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_TEKE_EBOO 0x0664
#define LANGUAGE_USER_ARAGONESE 0x0665
#define LANGUAGE_USER_KEYID 0x0666 /* key id pseudolanguage */
#define LANGUAGE_USER_PALI_LATIN 0x0667
#endif /* INCLUDED_I18NPOOL_LANG_H */
......
......@@ -483,6 +483,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_MANX, "gv", "GB" },
{ 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_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
};
......
......@@ -341,6 +341,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Teke-Tyee" ; LANGUAGE_USER_TEKE_TYEE ; > ;
< "Vili" ; LANGUAGE_USER_VILI ; > ;
< "KeyID" ; LANGUAGE_USER_KEYID ; > ;
< "Pali Latin" ; LANGUAGE_USER_PALI_LATIN ; > ;
};
};
......
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