diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-08-31 19:31:22 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-09-01 08:49:58 +0200 |
commit | 6c08039ebec28b936dd4521139c9670f7fadf9f4 (patch) | |
tree | 8826ccd1c127458824134e7137ce6ba0254d8640 /scp2 | |
parent | 6e79acd7238c5e5ab19d0f2c0bbda99b3cfa067c (diff) |
package Indonesian (id) dictionaries into installset
Change-Id: I78b8c745b9d6e4a23fa13622188c5bd1776b0ac6
Reviewed-on: https://gerrit.libreoffice.org/59882
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 9 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 11 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 6b6f2b896afb..0f34c027d85d 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -491,6 +491,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Id + Dir = FILELIST_DIR; + Name = "Dictionary/dict-id.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Is Dir = FILELIST_DIR; Name = "Dictionary/dict-is.filelist"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index abfd1a824cb1..509f4b401572 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -401,6 +401,17 @@ Module gid_Module_Root_Extension_Dictionary_Hr Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Id + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_ID ); + Files = (gid_File_Extension_Dictionary_Id); + InstallOrder = "2000"; + Sortkey = "607"; + Spellcheckerlanguage = "id"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Is MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_IS ); Files = (gid_File_Extension_Dictionary_Is); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index a22df61068cd..88f25615d061 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -190,6 +190,12 @@ en-US = "Croatian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_HR] en-US = "Croatian spelling dictionary, and hyphenation rules" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_ID] +en-US = "Indonesian" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_ID] +en-US = "Indonesian spelling dictionary, hyphenation rules, and thesaurus" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_IS] en-US = "Icelandic" |