diff options
author | Eike Rathke <erack@redhat.com> | 2014-02-25 23:50:31 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-02-25 23:52:07 +0100 |
commit | 9c2515f8e05c44b74ab2887cceaade0c4d87446a (patch) | |
tree | 152b3fce6bc74fdc357f23fcb77386b7bfbbfc81 | |
parent | da4a8dbb1057acd0bdc18b3aa97b7f378ac19b31 (diff) |
added Avar [av-RU], fdo#75161
Change-Id: Id8e32dab357d0eda90d36ab4e53f3eb2da769029
-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 12f383145823..f388e7fadc58 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -642,6 +642,7 @@ static IsoLanguageCountryEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_LADIN, "lld", "IT", 0 }, { LANGUAGE_USER_FRENCH_BURKINA_FASO, "fr", "BF", 0 }, { LANGUAGE_USER_PUINAVE, "pui", "CO", 0 }, + { LANGUAGE_USER_AVAR, "av", "RU", 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 ab7ba7a109e1..b36acd4c2627 100644 --- a/include/i18nlangtag/lang.h +++ b/include/i18nlangtag/lang.h @@ -694,6 +694,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_FRENCH_BURKINA_FASO 0x800C /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_FRENCH)) */ #define LANGUAGE_USER_PUINAVE 0x068E #define LANGUAGE_USER_MANINKAKAN_EASTERN_LATIN 0x068F +#define LANGUAGE_USER_AVAR 0x0690 /* Primary language ID range for on-the-fly assignment. */ diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index ad9201f58969..df3d008965cb 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -379,6 +379,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "French (Burkina Faso)" ; LANGUAGE_USER_FRENCH_BURKINA_FASO ; > ; < "Puinave" ; LANGUAGE_USER_PUINAVE ; > ; < "Maninkakan, Eastern, Latin" ; LANGUAGE_USER_MANINKAKAN_EASTERN_LATIN ; > ; + < "Avar" ; LANGUAGE_USER_AVAR ; > ; }; }; |