diff options
author | Eike Rathke <erack@redhat.com> | 2014-06-02 19:41:19 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-06-02 20:51:49 +0200 |
commit | ebfafcd551abfa1aff71e22516ebbd3c82511914 (patch) | |
tree | 9ea7eda3d3fbcd04e8aba6f37cfbc8c725ac180f | |
parent | cb549dafe0ae6750b82d8eb390f2e64b8892df93 (diff) |
add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351
Change-Id: Idc54b0fae9283d795b79231214cf14aae43adca2
(cherry picked from commit 3a14b9357f13f777721d7af5539bdb385d09fdc5)
-rw-r--r-- | i18nlangtag/source/isolang/isolang.cxx | 1 | ||||
-rw-r--r-- | include/i18nlangtag/lang.h | 1 | ||||
-rw-r--r-- | svtools/source/misc/langtab.src | 1 |
3 files changed, 3 insertions, 0 deletions
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 ; > ; }; }; |