summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-02-23 12:25:18 +0100
committerEike Rathke <erack@redhat.com>2012-02-23 12:27:00 +0100
commit082b2bca9f82e760c0092bde3d46242c446ebdb8 (patch)
tree0acbf999f3390e0be90074c1b0072cb87f07cec3
parentd8fc1770099c5bd96ac518561f10840a7dfd62d1 (diff)
fdo#46411 added [pjt-AU] Pitjantjatjara to language list
-rw-r--r--i18npool/inc/i18npool/lang.h1
-rw-r--r--i18npool/source/isolang/isolang.cxx1
-rw-r--r--svtools/source/misc/langtab.src1
3 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 49cf2bcd43e5..6fa05a8bffce 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -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_KOMI_ZYRIAN 0x0669
#define LANGUAGE_USER_KOMI_PERMYAK 0x066A
+#define LANGUAGE_USER_PITJANTJATJARA 0x066B
#endif /* INCLUDED_I18NPOOL_LANG_H */
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 2207512551de..5e404875bd62 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -485,6 +485,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_KYRGYZ_CHINA, "ky", "CN" },
{ LANGUAGE_USER_KOMI_ZYRIAN, "kpv", "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_DONTKNOW, "", "" } // marks end of table
};
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index d0ed16242635..c07b5b775320 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -346,6 +346,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Kyrgyz (China)" ; LANGUAGE_USER_KYRGYZ_CHINA ; > ;
< "Komi-Zyrian" ; LANGUAGE_USER_KOMI_ZYRIAN ; > ;
< "Komi-Permyak" ; LANGUAGE_USER_KOMI_PERMYAK ; > ;
+ < "Pitjantjatjara" ; LANGUAGE_USER_PITJANTJATJARA ; > ;
};
};