scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 11 +++++++++++ scp2/source/ooo/module_ooo.ulf | 6 ++++++ setup_native/source/packinfo/packinfo_office.txt | 15 +++++++++++++++ setup_native/source/packinfo/spellchecker_selection.txt | 2 +- 5 files changed, 42 insertions(+), 1 deletion(-)
New commits: commit 5d6cd2ee5876c86dc4dc976478a8b138c6c44f10 Author: DaeHyun Sung <sungdh86+...@gmail.com> AuthorDate: Sun Nov 29 22:58:53 2020 +0900 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Thu Dec 17 14:27:33 2020 +0100 package Korean(ko-KR) dictionaries into installset Change-Id: I30cc4bdf4283cefb5985dc5380e2db5660d7d6e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106840 Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> 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" diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index f3efd5afa4bf..a9e04d5a3870 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -792,6 +792,21 @@ destpath = "/opt" packageversion = "%PACKAGEVERSION" End +Start +module = "gid_Module_Root_Extension_Dictionary_Ko" +solarispackagename = "%PACKAGEPREFIX%WITHOUTDOTUNIXPRODUCTNAME%BRANDPACKAGEVERSION-dict-ko" +solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, %PACKAGEPREFIX%WITHOUTDOTUNIXPRODUCTNAME%BRANDPACKAGEVERSION" +packagename = "%UNIXPRODUCTNAME%BRANDPACKAGEVERSION-dict-ko" +requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%UNIXPRODUCTNAME%BRANDPACKAGEVERSION %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION" +linuxpatchrequires = "" +copyright = "2020 The Document Foundation" +solariscopyright = "solariscopyrightfile" +vendor = "The Document Foundation" +description = "ko-KR dictionary for %PRODUCTNAME %PRODUCTVERSION" +destpath = "/opt" +packageversion = "%PACKAGEVERSION" +End + Start module = "gid_Module_Root_Extension_Dictionary_Lo" solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-lo" diff --git a/setup_native/source/packinfo/spellchecker_selection.txt b/setup_native/source/packinfo/spellchecker_selection.txt index 89dd8978e5c2..a5a7649e3317 100644 --- a/setup_native/source/packinfo/spellchecker_selection.txt +++ b/setup_native/source/packinfo/spellchecker_selection.txt @@ -58,7 +58,7 @@ is = "is" it = "it,de,fr" ja = "EMPTY" kmr-Latn = "kmr-Latn-TR" -ko = "EMPTY" +ko = "ko" lo = "lo" lt = "lt,de,pl,ru" lv = "lv" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits