diff options
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 0610c31bb188..7d2a1eed2f0e 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -528,6 +528,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Ko + Dir = FILELIST_DIR; + Name = "Dictionary/dict-ko.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Lo Dir = FILELIST_DIR; Name = "Dictionary/dict-lo.filelist"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 0c1db4fd4aaf..ee8024fe8f21 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -445,6 +445,17 @@ Module gid_Module_Root_Extension_Dictionary_Kmr_Latn Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Ko + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_KO ); + Files = (gid_File_Extension_Dictionary_Ko); + InstallOrder = "2000"; + Sortkey = "623"; + Spellcheckerlanguage = "ko"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Lt MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_LT ); Files = (gid_File_Extension_Dictionary_Lt); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 5f7609eba8d9..5aaa1dc05ccd 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -214,6 +214,12 @@ en-US = "Kurdish, Northern, Latin script" [STR_DESC_MODULE_EXTENSION_DICTIONARY_KMR_LATN] en-US = "Kurdish, Northern, Latin script spelling dictionary" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_KO] +en-US = "Korean" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_KO] +en-US = "Korean spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_LO] en-US = "Lao" |