diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 5 | ||||
-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 |
4 files changed, 31 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 7bf576cd019a..d5d39e03a34c 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -275,6 +275,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Hr DosName = "dict-hr"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Is + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-is"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_It ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-it"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index d3f596fef816..11a0eb1d7a0d 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1078,6 +1078,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Is + Dir = FILELIST_DIR; + Name = "Dictionary/dict-is.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_It Dir = FILELIST_DIR; Name = "Dictionary/dict-it.filelist"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 945c133bc507..918e2ab029de 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -319,6 +319,17 @@ Module gid_Module_Root_Extension_Dictionary_Hr Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Is + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_IS ); + Files = (gid_File_Extension_Dictionary_Is); + InstallOrder = "2000"; + Sortkey = "617"; + Spellcheckerlanguage = "is"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_It MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_IT ); Files = (gid_File_Extension_Dictionary_It); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 7463ab6fca4c..3c00ad42a969 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -193,6 +193,12 @@ en-US = "Croatian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_HR] en-US = "Croatian spelling dictionary, and hyphenation rules" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_IS] +en-US = "Icelandic" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_IS] +en-US = "Icelandic spelling dictionary and thesaurus" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_IT] en-US = "Italian" |