diff options
author | DaeHyun Sung <sungdh86+git@gmail.com> | 2020-11-29 22:58:53 +0900 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-12-17 14:27:33 +0100 |
commit | 5d6cd2ee5876c86dc4dc976478a8b138c6c44f10 (patch) | |
tree | 8f5ac93b800f8f3978745960ea41fff2ba138a05 /scp2 | |
parent | 95283f63fd1095121c30f7fc23259f03a5382955 (diff) |
package Korean(ko-KR) dictionaries into installset
Change-Id: I30cc4bdf4283cefb5985dc5380e2db5660d7d6e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106840
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
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 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" |