[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source
Eike Rathke
erack at redhat.com
Mon Oct 7 13:54:01 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 9ddfbe4bc502cba5bc07472e50a9c1ef93b28dd3
Author: Eike Rathke <erack at redhat.com>
Date: Mon Oct 7 22:28:37 2013 +0200
added Nogai [nog-RU] to language list, fdo#69987
Change-Id: Ib59c75ee13b5e16ef014ab7245540ffdc62c2daa
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 9746569..f1f92b8 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -563,6 +563,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_SAMI_PITE_SWEDEN, "sje", "SE", false },
{ LANGUAGE_USER_NGAEBERE, "gym", "PA", false },
{ LANGUAGE_USER_KUMYK, "kum", "RU", false },
+ { LANGUAGE_USER_NOGAI, "nog", "RU", 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 61da508..5acb329 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -584,6 +584,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_NGAEBERE 0x0689
#define LANGUAGE_USER_ENGLISH_UK_OED 0x8C09 /* makeLangID( 0x23, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
#define LANGUAGE_USER_KUMYK 0x068A
+#define LANGUAGE_USER_NOGAI 0x068B
/* Primary language ID range for on-the-fly assignment. */
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index fcd096b..01c8ca0 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -371,6 +371,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Sami, Pite (Sweden)" ; LANGUAGE_USER_SAMI_PITE_SWEDEN ; > ;
< "Ngäbere" ; LANGUAGE_USER_NGAEBERE ; > ;
< "Kumyk" ; LANGUAGE_USER_KUMYK ; > ;
+ < "Nogai" ; LANGUAGE_USER_NOGAI ; > ;
};
};
More information about the Libreoffice-commits
mailing list