[Libreoffice-commits] .: i18npool/inc i18npool/source svtools/source
Eike Rathke
erack at kemper.freedesktop.org
Thu Apr 19 10:14:14 PDT 2012
i18npool/inc/i18npool/lang.h | 2 ++
i18npool/source/isolang/isolang.cxx | 2 ++
svtools/source/misc/langtab.src | 2 ++
3 files changed, 6 insertions(+)
New commits:
commit 46f64f062319aff17e97ce7af9825a352b01d4e4
Author: Eike Rathke <erack at redhat.com>
Date: Thu Apr 19 19:13:16 2012 +0200
fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 4fb9eca..311db27 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -542,6 +542,8 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_KOMI_PERMYAK 0x066A
#define LANGUAGE_USER_PITJANTJATJARA 0x066B
#define LANGUAGE_USER_ENGLISH_MALAWI 0x8809 /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
+#define LANGUAGE_USER_ERYZA 0x066C
+#define LANGUAGE_USER_MARI_MEADOW 0x066D
#endif /* INCLUDED_I18NPOOL_LANG_H */
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 9586b7b..c24df3b 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -487,6 +487,8 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_KOMI_ZYRIAN, "kpv", "RU" },
{ LANGUAGE_USER_KOMI_PERMYAK, "koi", "RU" },
{ LANGUAGE_USER_PITJANTJATJARA, "pjt", "AU" },
+ { LANGUAGE_USER_ERYZA, "myv", "RU" },
+ { LANGUAGE_USER_MARI_MEADOW, "mhr", "RU" },
{ LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
{ LANGUAGE_DONTKNOW, "", "" } // marks end of table
};
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index d279475..b1d83de 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -348,6 +348,8 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Komi-Permyak" ; LANGUAGE_USER_KOMI_PERMYAK ; > ;
< "Pitjantjatjara" ; LANGUAGE_USER_PITJANTJATJARA ; > ;
< "English (Malawi)" ; LANGUAGE_USER_ENGLISH_MALAWI ; > ;
+ < "Eryza" ; LANGUAGE_USER_ERYZA ; > ;
+ < "Mari, Meadow" ; LANGUAGE_USER_MARI_MEADOW ; > ;
};
};
More information about the Libreoffice-commits
mailing list