[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source
Eike Rathke
erack at redhat.com
Fri Oct 18 04:06:10 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 21ebbbcb9a98b011f423c7faa72ded5fb40d679d
Author: Eike Rathke <erack at redhat.com>
Date: Fri Oct 18 13:02:53 2013 +0200
added Ladin [lld-IT] to language list, fdo#70530
Change-Id: I9bd65a7f66710d94a2c4dbe6d1b28f8ddef8d9a3
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index fb75395..cf4f2e1 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -565,6 +565,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_NGAEBERE, "gym", "PA", false },
{ LANGUAGE_USER_KUMYK, "kum", "RU", false },
{ LANGUAGE_USER_NOGAI, "nog", "RU", false },
+ { LANGUAGE_USER_LADIN, "lld", "IT", false },
{ LANGUAGE_MULTIPLE, "mul", "" , false }, // multiple languages, many languages are used
{ LANGUAGE_UNDETERMINED, "und", "" , false }, // undetermined language, language cannot be identified
{ LANGUAGE_NONE, "zxx", "" , false }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index 51e4e56..dfbf7b2 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -591,6 +591,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_KUMYK 0x068A
#define LANGUAGE_USER_NOGAI 0x068B
#define LANGUAGE_USER_KARAKALPAK_LATIN 0x068C
+#define LANGUAGE_USER_LADIN 0x068D
/* Primary language ID range for on-the-fly assignment. */
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index e60adbe..d782bce 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -373,6 +373,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Kumyk" ; LANGUAGE_USER_KUMYK ; > ;
< "Nogai" ; LANGUAGE_USER_NOGAI ; > ;
< "Karakalpak Latin" ; LANGUAGE_USER_KARAKALPAK_LATIN ; > ;
+ < "Ladin" ; LANGUAGE_USER_LADIN ; > ;
};
};
More information about the Libreoffice-commits
mailing list