summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-10-18 13:02:53 +0200
committerEike Rathke <erack@redhat.com>2013-10-18 13:05:50 +0200
commit21ebbbcb9a98b011f423c7faa72ded5fb40d679d (patch)
treec23798dc94063ce90a8b8855a221a90360ec9b79
parentf649a16e740f55ee9413a556ebaa8b8774f8a42c (diff)
added Ladin [lld-IT] to language list, fdo#70530
Change-Id: I9bd65a7f66710d94a2c4dbe6d1b28f8ddef8d9a3
-rw-r--r--i18nlangtag/source/isolang/isolang.cxx1
-rw-r--r--include/i18nlangtag/lang.h1
-rw-r--r--svtools/source/misc/langtab.src1
3 files changed, 3 insertions, 0 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index fb7539518900..cf4f2e1f8a42 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 51e4e56121df..dfbf7b23f17c 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 e60adbed3529..d782bce46006 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 ; > ;
};
};