[Libreoffice-commits] .: i18npool/inc i18npool/source svtools/source

Eike Rathke erack at kemper.freedesktop.org
Thu Feb 23 03:27:15 PST 2012


 i18npool/inc/i18npool/lang.h        |    1 +
 i18npool/source/isolang/isolang.cxx |    1 +
 svtools/source/misc/langtab.src     |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit 082b2bca9f82e760c0092bde3d46242c446ebdb8
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Feb 23 12:25:18 2012 +0100

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

diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 49cf2bc..6fa05a8 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 2207512..5e40487 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 d0ed162..c07b5b7 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 ; > ;
     };
 };
 


More information about the Libreoffice-commits mailing list