[Libreoffice-commits] core.git: i18nlangtag/source include/i18nlangtag svtools/source

Eike Rathke erack at redhat.com
Tue Feb 25 14:53:01 PST 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 9c2515f8e05c44b74ab2887cceaade0c4d87446a
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Feb 25 23:50:31 2014 +0100

    added Avar [av-RU], fdo#75161
    
    Change-Id: Id8e32dab357d0eda90d36ab4e53f3eb2da769029

diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 12f3831..f388e7f 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 ab7ba7a..b36acd4 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 ad9201f..df3d008 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 ; > ;
     };
 };
 


More information about the Libreoffice-commits mailing list