From 5d6cd2ee5876c86dc4dc976478a8b138c6c44f10 Mon Sep 17 00:00:00 2001 From: DaeHyun Sung Date: Sun, 29 Nov 2020 22:58:53 +0900 Subject: package Korean(ko-KR) dictionaries into installset Change-Id: I30cc4bdf4283cefb5985dc5380e2db5660d7d6e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106840 Tested-by: Christian Lohmaier Reviewed-by: Christian Lohmaier --- scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 11 +++++++++++ scp2/source/ooo/module_ooo.ulf | 6 ++++++ 3 files changed, 26 insertions(+) (limited to 'scp2') 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 @@ -527,6 +527,15 @@ File gid_File_Extension_Dictionary_Kmr_Latn 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; 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" -- cgit