Adding Central Kurdish(ckb) Spell Checker & Dictionary
Part II (core) Dictionary packaging Based on https://gerrit.libreoffice.org/c/core/+/59882 Change-Id: Ib60553acf1764743918e666d4e6308c1976c6813 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129120 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
parent
27f7077cff
commit
5727a12acc
6 changed files with 48 additions and 0 deletions
|
@ -2840,6 +2840,12 @@
|
|||
"https://gerrit.libreoffice.org/plugins/gitiles/dictionaries/+/master/cs_CZ/README_en.txt">Appendix A</a></p>
|
||||
<p>The thesaurus is generated automatically via a script by Jan Holesovsky <kendy@collabora.com>, based
|
||||
on idea of Zdenek Zabokrtsky - big thanks!</p>
|
||||
<h2>Central Kurdish</h2>
|
||||
<h3>Spelling dictionary</h3>
|
||||
<p>Author: Sina Ahmadi <ahmadi.sina@outlook.com><br />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:</p>
|
||||
<p>Creative Commons <a href="#a__CC-BY-SA_4_0">CC-BY-SA</a></p>
|
||||
<p>The source CKB dictionary is available from <a href="https://github.com/sinaahmadi/KurdishHunspell">Kurdish Hunspell</a> project.</p>
|
||||
<h2>Croatian</h2>
|
||||
<h3>Spelling dictionary</h3>
|
||||
<p>The following software may be included in this product: Croatian spelling dictionary. Use of any of this
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue