diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-28 15:19:14 -0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2022-02-14 18:40:14 +0100 |
commit | 5727a12acc6a159ff2df3526530fee8e3fca2984 (patch) | |
tree | c5b604e7e9a5bcc2735fe42eefcd47fa1a6fb8fe /scp2 | |
parent | 27f7077cff0c85c99c34d7bf47c14179f105e2d1 (diff) |
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>
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 9a49f163adaa..3561a2e2ddc8 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -357,6 +357,15 @@ 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; Name = "Dictionary/dict-cs.filelist"; 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" |