[Libreoffice-commits] .: i18npool/inc i18npool/source l10ntools/source scp2/source solenv/inc svtools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 30 06:20:54 PST 2012
i18npool/inc/i18npool/lang.h | 1 +
i18npool/source/isolang/isolang.cxx | 1 +
l10ntools/source/ulfconv/msi-encodinglist.txt | 1 +
scp2/source/ooo/module_helppack.ulf | 6 ++++++
scp2/source/ooo/module_langpack.ulf | 6 ++++++
solenv/inc/langlist.mk | 1 +
svtools/source/misc/langtab.src | 1 +
7 files changed, 17 insertions(+)
New commits:
commit 14569b316aec7b778caeeb55cba21af023dc4780
Author: Andras Timar <atimar at suse.com>
Date: Fri Nov 30 14:33:35 2012 +0100
add Sidama (sid) language
Change-Id: I7c7fb38d7df5aecda8e81443aa7045479e0efceb
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 2114fc6..cf4ec6b 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -565,6 +565,7 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_YAKA 0x0683
#define LANGUAGE_USER_YOMBE 0x0684
#define LANGUAGE_USER_YOMBE_CONGO 0x8284 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_USER_YOMBE)) */
+#define LANGUAGE_USER_SIDAMA 0x0685
#define LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE /* not a locale, to be used only in configuration context to obtain system default, primary 0x3fe, sub 0x3f */
#endif /* INCLUDED_I18NPOOL_LANG_H */
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index ea2279b..439590a 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -510,6 +510,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{ LANGUAGE_USER_YAKA, "iyx", "CG" },
{ LANGUAGE_USER_YOMBE, "yom", "CD" },
{ LANGUAGE_USER_YOMBE_CONGO, "yom", "CG" },
+ { LANGUAGE_USER_SIDAMA, "sid", "ET" },
{ 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/l10ntools/source/ulfconv/msi-encodinglist.txt b/l10ntools/source/ulfconv/msi-encodinglist.txt
index 113f4a4..7d88f08 100644
--- a/l10ntools/source/ulfconv/msi-encodinglist.txt
+++ b/l10ntools/source/ulfconv/msi-encodinglist.txt
@@ -134,6 +134,7 @@ sc 0 3047
sd 0 1113 # Sindhi
sh 0 2074 # Serbian Latin
si 0 2133
+sid 0 1669 # Sidama, fake LCID
sk 0 1051 # Slovak
sl 0 1060 # Slovenian
sq 0 1052 # Albanian
diff --git a/scp2/source/ooo/module_helppack.ulf b/scp2/source/ooo/module_helppack.ulf
index 269054e..fd0e144 100644
--- a/scp2/source/ooo/module_helppack.ulf
+++ b/scp2/source/ooo/module_helppack.ulf
@@ -673,6 +673,12 @@ en-US = "Telugu"
[STR_DESC_MODULE_HELPPACK_TE]
en-US = "Installs Telugu help in %PRODUCTNAME %PRODUCTVERSION"
+[STR_NAME_MODULE_HELPPACK_SID]
+en-US = "Sidama"
+
+[STR_DESC_MODULE_HELPPACK_SID]
+en-US = "Installs Sidama help in %PRODUCTNAME %PRODUCTVERSION"
+
[STR_NAME_MODULE_HELPPACK_QTZ]
en-US = "KeyID"
diff --git a/scp2/source/ooo/module_langpack.ulf b/scp2/source/ooo/module_langpack.ulf
index d321988..e8f25e6 100644
--- a/scp2/source/ooo/module_langpack.ulf
+++ b/scp2/source/ooo/module_langpack.ulf
@@ -685,6 +685,12 @@ en-US = "Amharic"
[STR_DESC_MODULE_LANGPACK_AM]
en-US = "Installs the Amharic user interface"
+[STR_NAME_MODULE_LANGPACK_SID]
+en-US = "Sidama"
+
+[STR_DESC_MODULE_LANGPACK_SID]
+en-US = "Installs the Sidama user interface"
+
[STR_NAME_MODULE_LANGPACK_QTZ]
en-US = "KeyID"
diff --git a/solenv/inc/langlist.mk b/solenv/inc/langlist.mk
index 3f81446..9c28a90 100644
--- a/solenv/inc/langlist.mk
+++ b/solenv/inc/langlist.mk
@@ -110,6 +110,7 @@ sat \
sd \
sh \
si \
+sid \
sk \
sl \
sq \
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 1f1a73e..316b3d6 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -156,6 +156,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Serbian Latin (Serbia)" ; LANGUAGE_USER_SERBIAN_LATIN_SERBIA ; > ;
< "Serbian Cyrillic (Montenegro)" ; LANGUAGE_USER_SERBIAN_CYRILLIC_MONTENEGRO ; > ;
< "Serbian Latin (Montenegro)" ; LANGUAGE_USER_SERBIAN_LATIN_MONTENEGRO ; > ;
+ < "Sidama" ; LANGUAGE_USER_SIDAMA ; > ;
< "Sindhi" ; LANGUAGE_SINDHI ; > ;
< "Slovak" ; LANGUAGE_SLOVAK ; > ;
< "Slovenian" ; LANGUAGE_SLOVENIAN ; > ;
More information about the Libreoffice-commits
mailing list