[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source

Eike Rathke erack at redhat.com
Mon Oct 7 14:22:25 PDT 2013


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

New commits:
commit 47e1f1eb505cb8cbcb23069893bc7c430b5621e2
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Oct 7 23:19:16 2013 +0200

    added Karakalpak Latin [kaa-Latn-UZ] to language list, fdo#70217
    
    Change-Id: I202b01e8ac705c11d816a607e3293d8ba56f4640

diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index f1f92b8..25e8eb2 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -585,6 +585,7 @@ static IsoLanguageScriptCountryEntry const aImplIsoLangScriptEntries[] =
     { LANGUAGE_MONGOLIAN,                       "mn-Cyrl", "MN" },  // macrolanguage code
     { LANGUAGE_MONGOLIAN_MONGOLIAN,             "mn-Mong", "MN" },  // macrolanguage code
     { LANGUAGE_USER_PALI_LATIN,                 "pi-Latn", ""   },
+    { LANGUAGE_USER_KARAKALPAK_LATIN,          "kaa-Latn", "UZ" },
     { LANGUAGE_DONTKNOW,                        "",        ""   }   // marks end of table
 };
 
diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index 5acb329..f66de37 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -585,6 +585,7 @@ typedef unsigned short LanguageType;
 #define LANGUAGE_USER_ENGLISH_UK_OED        0x8C09  /* makeLangID( 0x23, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
 #define LANGUAGE_USER_KUMYK                 0x068A
 #define LANGUAGE_USER_NOGAI                 0x068B
+#define LANGUAGE_USER_KARAKALPAK_LATIN      0x068C
 
 
 /* Primary language ID range for on-the-fly assignment. */
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 01c8ca0..e60adbe 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -372,6 +372,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
         < "Ngäbere" ; LANGUAGE_USER_NGAEBERE ; > ;
         < "Kumyk" ; LANGUAGE_USER_KUMYK ; > ;
         < "Nogai" ; LANGUAGE_USER_NOGAI ; > ;
+        < "Karakalpak Latin" ; LANGUAGE_USER_KARAKALPAK_LATIN ; > ;
     };
 };
 


More information about the Libreoffice-commits mailing list