From 3a14b9357f13f777721d7af5539bdb385d09fdc5 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 2 Jun 2014 19:41:19 +0200 Subject: add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351 Change-Id: Idc54b0fae9283d795b79231214cf14aae43adca2 --- i18nlangtag/source/isolang/isolang.cxx | 1 + include/i18nlangtag/lang.h | 1 + svtools/source/misc/langtab.src | 1 + 3 files changed, 3 insertions(+) diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 0f6c6ee97adb..d7fef6336a7b 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -644,6 +644,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_PUINAVE, "pui", "CO", 0 }, { LANGUAGE_USER_AVAR, "av", "RU", 0 }, { LANGUAGE_USER_LENGO, "lgr", "SB", 0 }, + { LANGUAGE_USER_FRENCH_BENIN, "fr", "BJ", 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 5c23646e8ece..d461e46a1df1 100644 --- a/include/i18nlangtag/lang.h +++ b/include/i18nlangtag/lang.h @@ -698,6 +698,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_CREE_PLAINS_LATIN 0x0691 #define LANGUAGE_USER_CREE_PLAINS_SYLLABICS 0x8291 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_USER_CREE_PLAINS_LATIN)) */ #define LANGUAGE_USER_LENGO 0x0692 +#define LANGUAGE_USER_FRENCH_BENIN 0x840C /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_FRENCH)) */ /* Primary language ID range for on-the-fly assignment. */ diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index 61bd39c75a95..256f9526e44b 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -384,6 +384,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "Lengo" ; LANGUAGE_USER_LENGO ; > ; < "French (Côte d'Ivoire)" ; LANGUAGE_FRENCH_COTE_D_IVOIRE ; > ; < "French (Mali)" ; LANGUAGE_FRENCH_MALI ; > ; + < "French (Benin)" ; LANGUAGE_USER_FRENCH_BENIN ; > ; }; }; -- cgit v1.2.3