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

Andras Timar timar at kemper.freedesktop.org
Mon Oct 10 02:49:04 PDT 2011


 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 003973f5d461b981737946456eb08b2b7d60f150
Author: Andras Timar <atimar at suse.com>
Date:   Mon Oct 10 11:29:30 2011 +0200

    add Pali language (Latin script) - fdo#41599

diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 0582765..c2b733a 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -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 */
 
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 94f18cc..e729de2 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -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
 };
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 03469d2..5d743e3 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -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 ; > ;
     };
 };
 


More information about the Libreoffice-commits mailing list