From 20ceadb1cf73c27011a32a243726ac11f3839ace 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 --- scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 11 +++++++++++ scp2/source/ooo/module_ooo.ulf | 6 ++++++ 3 files changed, 26 insertions(+) (limited to 'scp2/source') diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 7d2a1eed2f0e..dc1697395b14 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 ee8024fe8f21..5bfc0137a38a 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 5aaa1dc05ccd..9c65148431ae 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" -- cgit v1.2.3