diff options
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 1 | ||||
-rw-r--r-- | i18npool/source/isolang/isolang.cxx | 1 | ||||
-rw-r--r-- | l10ntools/source/ulfconv/msi-encodinglist.txt | 1 | ||||
-rw-r--r-- | scp2/source/ooo/module_helppack.ulf | 6 | ||||
-rw-r--r-- | scp2/source/ooo/module_langpack.ulf | 6 | ||||
-rw-r--r-- | solenv/inc/langlist.mk | 1 | ||||
-rw-r--r-- | svtools/source/misc/langtab.src | 1 |
7 files changed, 17 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index 2114fc626f50..cf4ec6b6b4e8 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 ea2279b96c2c..439590aa436c 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 113f4a40f84a..7d88f0813e1f 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 269054e1da1c..fd0e144a0ae9 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 d32198809c55..e8f25e6a33ac 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 3f81446e1572..9c28a900b625 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 1f1a73ef5dca..316b3d67f8f9 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 ; > ; |