diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index 9c00f393bf77..56b36c71fa02 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -2840,6 +2840,12 @@ "https://gerrit.libreoffice.org/plugins/gitiles/dictionaries/+/master/cs_CZ/README_en.txt">Appendix A

The thesaurus is generated automatically via a script by Jan Holesovsky <kendy@collabora.com>, based on idea of Zdenek Zabokrtsky - big thanks!

+

Central Kurdish

+

Spelling dictionary

+

Author: Sina Ahmadi <ahmadi.sina@outlook.com>
The following software may be included in this product: Central Kurdish spelling dictionary. Use of any of this + software is governed by the terms of the license below:

+

Creative Commons CC-BY-SA

+

The source CKB dictionary is available from Kurdish Hunspell project.

Croatian

Spelling dictionary

The following software may be included in this product: Croatian spelling dictionary. Use of any of this diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 9a49f163adaa..3561a2e2ddc8 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -356,6 +356,15 @@ File gid_File_Extension_Dictionary_Ca End #endif +#if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Ckb + Dir = FILELIST_DIR; + Name = "Dictionary/dict-ckb.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + #if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Cs Dir = FILELIST_DIR; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 842b244b1670..7538d02f6a01 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -236,6 +236,17 @@ Module gid_Module_Root_Extension_Dictionary_Ca Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Ckb + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_CKB ); + Files = (gid_File_Extension_Dictionary_Ckb); + InstallOrder = "2000"; + Sortkey = "525"; + Spellcheckerlanguage = "ckb"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Cs MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_CS ); Files = (gid_File_Extension_Dictionary_Cs); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 95ccd76fca38..c900375278f8 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -100,6 +100,12 @@ en-US = "Catalan" [STR_DESC_MODULE_EXTENSION_DICTIONARY_CA] en-US = "Catalan spelling dictionary, hyphenation rules, and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_CKB] +en-US = "Central Kurdish" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_CS] +en-US = "Central Kurdish spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_CS] en-US = "Czech" diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index 4233364eed4f..6aed60aea7e7 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -507,6 +507,21 @@ destpath = "/opt" packageversion = "%PACKAGEVERSION" End +Start +module = "gid_Module_Root_Extension_Dictionary_Ckb" +solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-ckb" +solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, %PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION" +packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-ckb" +requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION" +linuxpatchrequires = "" +copyright = "2022 The Document Foundation" +solariscopyright = "solariscopyrightfile" +vendor = "The Document Foundation" +description = "Ckb dictionary for %PRODUCTNAME %PRODUCTVERSION" +destpath = "/opt" +packageversion = "%PACKAGEVERSION" +End + Start module = "gid_Module_Root_Extension_Dictionary_Cs" solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-cs" diff --git a/setup_native/source/packinfo/spellchecker_selection.txt b/setup_native/source/packinfo/spellchecker_selection.txt index 02037dacac64..7d4f8b25a83d 100644 --- a/setup_native/source/packinfo/spellchecker_selection.txt +++ b/setup_native/source/packinfo/spellchecker_selection.txt @@ -36,6 +36,7 @@ br = "br,fr" bs = "bs" ca = "ca,an,es,fr,it,oc" ca-valencia = "ca,an,es,fr,it,oc" +ckb = "ckb" cs = "cs" da = "da,de" de = "de,fr,it"