[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source
Eike Rathke
erack at redhat.com
Tue Aug 25 03:59:19 PDT 2015
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 76bc0e061b7fb9d0da90e4099d9f429496fe6b4d
Author: Eike Rathke <erack at redhat.com>
Date: Tue Aug 25 12:53:58 2015 +0200
tdf#93468 add Arpitan (Switzerland) [frp-CH]
Change-Id: Icb96b45c936b974938c2dfae48960f727a1dc84d
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 8fe729f..7edfb70 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -658,6 +658,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_OCCITAN_ARANESE, "oc", "ES", 0 },
{ LANGUAGE_USER_ARPITAN_FRANCE, "frp", "FR", 0 },
{ LANGUAGE_USER_ARPITAN_ITALY, "frp", "IT", 0 },
+ { LANGUAGE_USER_ARPITAN_SWITZERLAND, "frp", "CH", 0 },
{ LANGUAGE_MULTIPLE, "mul", "" , 0 }, // multiple languages, many languages are used
{ LANGUAGE_UNDETERMINED, "und", "" , 0 }, // undetermined language, language cannot be identified
{ LANGUAGE_NONE, "zxx", "" , 0 }, // 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 a79d2db..aeccf95 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -700,6 +700,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_ENGLISH_UK_OXENDICT 0x9409 /* makeLangID( 0x25, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
#define LANGUAGE_USER_ARPITAN_FRANCE 0x0696
#define LANGUAGE_USER_ARPITAN_ITALY 0x0A96 /* makeLangID( 0x02, getPrimaryLanguage( LANGUAGE_USER_ARPITAN_FRANCE)) */
+#define LANGUAGE_USER_ARPITAN_SWITZERLAND 0x0E96 /* makeLangID( 0x03, getPrimaryLanguage( LANGUAGE_USER_ARPITAN_FRANCE)) */
/* Primary language ID range for on-the-fly assignment. */
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index c03ee9c..fd27105 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -395,6 +395,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Aranese" ; LANGUAGE_USER_OCCITAN_ARANESE ; > ;
< "Arpitan (France)" ; LANGUAGE_USER_ARPITAN_FRANCE ; > ;
< "Arpitan (Italy)" ; LANGUAGE_USER_ARPITAN_ITALY ; > ;
+ < "Arpitan (Switzerland)" ; LANGUAGE_USER_ARPITAN_SWITZERLAND ; > ;
};
};
More information about the Libreoffice-commits
mailing list