From 117fe65d72984f4292a9b981ccc924c5284a9fdb Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 11 Apr 2021 10:00:41 +0200 Subject: Add Esperanto dictionaries Change-Id: I22d73bb5a6e4d215dc35acdd4ded47d29882671e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113941 Tested-by: Jenkins Reviewed-by: Andras Timar --- readlicense_oo/license/license.xml | 5 +++++ scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 11 +++++++++++ scp2/source/ooo/module_ooo.ulf | 6 ++++++ setup_native/source/packinfo/packinfo_office.txt | 15 +++++++++++++++ setup_native/source/packinfo/spellchecker_selection.txt | 1 + 6 files changed, 47 insertions(+) diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index 113861737455..3a8c114447d6 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -3351,6 +3351,11 @@

Jump to GPL Version 3

Jump to LGPL Version 3

Jump to MPL Version 1.1

+

Esperanto

+

Spelling dictionary, hyphenation patterns, and thesaurus

+

The following software may be included in this product: Esperanto spelling dictionary, hyphenation patterns, + and thesaurus. Use of any of this software is governed by the terms of the license below:

+

GNU General Public License version 3.

Estonian

Spelling dictionary

The following software may be included in this product: Estonian spelling dictionary. Use of any of this diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 0610c31bb188..9ae56134b2d2 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -401,6 +401,15 @@ File gid_File_Extension_Dictionary_El End #endif +#if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Eo + Dir = FILELIST_DIR; + Name = "Dictionary/dict-eo.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + #if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Es Dir = FILELIST_DIR; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 0c1db4fd4aaf..7c2132b45d08 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -291,6 +291,17 @@ Module gid_Module_Root_Extension_Dictionary_El Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Eo + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_EO ); + Files = (gid_File_Extension_Dictionary_Eo); + InstallOrder = "2000"; + Sortkey = "721"; + Spellcheckerlanguage = "eo"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Es MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_ES ); Files = (gid_File_Extension_Dictionary_Es); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 5f7609eba8d9..c5cf3a751f5d 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -130,6 +130,12 @@ en-US = "Greek" [STR_DESC_MODULE_EXTENSION_DICTIONARY_EL] en-US = "Greek spelling dictionary, and hyphenation rules" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_EO] +en-US = "Esperanto" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_EO] +en-US = "Esperanto spelling dictionary, hyphenation rules, and thesaurus" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_ES] en-US = "Spanish" diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index f3efd5afa4bf..da6c24ee0fb1 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -582,6 +582,21 @@ destpath = "/opt" packageversion = "%PACKAGEVERSION" End +Start +module = "gid_Module_Root_Extension_Dictionary_Eo" +solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-eo" +solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, %PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION" +packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-eo" +requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION" +linuxpatchrequires = "" +copyright = "2021 The Document Foundation" +solariscopyright = "solariscopyrightfile" +vendor = "The Document Foundation" +description = "Eo dictionary for %PRODUCTNAME %PRODUCTVERSION" +destpath = "/opt" +packageversion = "%PACKAGEVERSION" +End + Start module = "gid_Module_Root_Extension_Dictionary_Es" solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-es" diff --git a/setup_native/source/packinfo/spellchecker_selection.txt b/setup_native/source/packinfo/spellchecker_selection.txt index 89dd8978e5c2..6d9829dcc41c 100644 --- a/setup_native/source/packinfo/spellchecker_selection.txt +++ b/setup_native/source/packinfo/spellchecker_selection.txt @@ -43,6 +43,7 @@ el = "el" en-US = "en,es,fr" en-GB = "en,es,fr" en-ZA = "en,es,fr" +eo = "eo" es = "es,an,ca,fr,gl,oc,pt-PT" et = "et" fr = "fr,es" -- cgit v1.2.3