diff options
-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 e4cf708f0..a703d9462 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -371,6 +371,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Th DosName = "dict-th"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Uk + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-uk"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Vi ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-vi"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index b8624ac9e..af562ca76 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -2183,6 +2183,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Uk + Dir = gid_Brand_Dir_Share_Extensions_Dict_Uk; + Name = "dict-uk.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Vi Dir = gid_Brand_Dir_Share_Extensions_Dict_Vi; Name = "dict-vi.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 3eb22d6c1..977547094 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -397,6 +397,17 @@ Module gid_Module_Root_Extension_Dictionary_Th Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Uk + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_UK ); + Files = (gid_File_Extension_Dictionary_Uk); + InstallOrder = "2000"; + Sortkey = "755"; + Spellcheckerlanguage = "uk"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Vi MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_VI ); Files = (gid_File_Extension_Dictionary_Vi); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 058ff9af3..b90df88d3 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -235,6 +235,12 @@ en-US = "Thai" [STR_DESC_MODULE_EXTENSION_DICTIONARY_TH] en-US = "Thai spelling dictionary" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_UK] +en-US = "Ukrainian" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_UK] +en-US = "Ukrainian spell check dictionary, hyphenation rules and thesaurus" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_VI] en-US = "Vietnamese" |