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

fdo#46411 added [pjt-AU] Pitjantjatjara to language list

üst d8fc1770
...@@ -540,6 +540,7 @@ typedef unsigned short LanguageType; ...@@ -540,6 +540,7 @@ typedef unsigned short LanguageType;
#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_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_ZYRIAN 0x0669
#define LANGUAGE_USER_KOMI_PERMYAK 0x066A #define LANGUAGE_USER_KOMI_PERMYAK 0x066A
#define LANGUAGE_USER_PITJANTJATJARA 0x066B
#endif /* INCLUDED_I18NPOOL_LANG_H */ #endif /* INCLUDED_I18NPOOL_LANG_H */
......
...@@ -485,6 +485,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] = ...@@ -485,6 +485,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_KYRGYZ_CHINA, "ky", "CN" }, { LANGUAGE_USER_KYRGYZ_CHINA, "ky", "CN" },
{ LANGUAGE_USER_KOMI_ZYRIAN, "kpv", "RU" }, { LANGUAGE_USER_KOMI_ZYRIAN, "kpv", "RU" },
{ LANGUAGE_USER_KOMI_PERMYAK, "koi", "RU" }, { LANGUAGE_USER_KOMI_PERMYAK, "koi", "RU" },
{ LANGUAGE_USER_PITJANTJATJARA, "pjt", "AU" },
{ LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information { 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 { LANGUAGE_DONTKNOW, "", "" } // marks end of table
}; };
......
...@@ -346,6 +346,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE ...@@ -346,6 +346,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Kyrgyz (China)" ; LANGUAGE_USER_KYRGYZ_CHINA ; > ; < "Kyrgyz (China)" ; LANGUAGE_USER_KYRGYZ_CHINA ; > ;
< "Komi-Zyrian" ; LANGUAGE_USER_KOMI_ZYRIAN ; > ; < "Komi-Zyrian" ; LANGUAGE_USER_KOMI_ZYRIAN ; > ;
< "Komi-Permyak" ; LANGUAGE_USER_KOMI_PERMYAK ; > ; < "Komi-Permyak" ; LANGUAGE_USER_KOMI_PERMYAK ; > ;
< "Pitjantjatjara" ; LANGUAGE_USER_PITJANTJATJARA ; > ;
}; };
}; };
......
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