[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source
Eike Rathke
erack at redhat.com
Wed Sep 17 09:46:06 PDT 2014
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 636dd4aba3bf9fbe83f74532c2df4bace3fdf712
Author: Eike Rathke <erack at redhat.com>
Date: Wed Sep 17 18:40:43 2014 +0200
add Kven Finnish [fkv-NO] to language list, fdo#83332
Change-Id: I3faa39ebc32e909bd2e7eeee6ae67c6f3148fb7c
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index e91b09e..8e1ac7e 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -647,6 +647,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_FRENCH_BENIN, "fr", "BJ", 0 },
{ LANGUAGE_USER_FRENCH_NIGER, "fr", "NE", 0 },
{ LANGUAGE_USER_FRENCH_TOGO, "fr", "TG", 0 },
+ { LANGUAGE_USER_KVEN_FINNISH, "fkv", "NO", 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 1c47be7..8bd8572 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -701,6 +701,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_FRENCH_BENIN 0x840C /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_FRENCH)) */
#define LANGUAGE_USER_FRENCH_NIGER 0x880C /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_FRENCH)) */
#define LANGUAGE_USER_FRENCH_TOGO 0x8C0C /* makeLangID( 0x23, getPrimaryLanguage( LANGUAGE_FRENCH)) */
+#define LANGUAGE_USER_KVEN_FINNISH 0x0693
/* Primary language ID range for on-the-fly assignment. */
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 67fcfd3..f3a4ae9 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -388,6 +388,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "French (Benin)" ; LANGUAGE_USER_FRENCH_BENIN ; > ;
< "French (Niger)" ; LANGUAGE_USER_FRENCH_NIGER ; > ;
< "French (Togo)" ; LANGUAGE_USER_FRENCH_TOGO ; > ;
+ < "Kven Finnish" ; LANGUAGE_USER_KVEN_FINNISH ; > ;
};
};
More information about the Libreoffice-commits
mailing list