diff options
author | Aron Budea <aron.budea@collabora.com> | 2022-08-26 04:14:39 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-08-27 17:55:44 +0200 |
commit | 7bc61569e25fe0c32063896eced72219cc4fb3f5 (patch) | |
tree | a9a9b5641f1137689d7982f20739858d3a70544b /scp2 | |
parent | 1d5b0b89e2f757709d59b3cfdc5a7a23ec4d8326 (diff) |
Add Persian (fa-IR) dictionary to installset
Change-Id: I7abf38be5c8d8c8bfb7eb3a756695054b4275f9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138892
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Jenkins
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 3561a2e2ddc8..dc85a8b0154c 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -438,6 +438,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Fa + Dir = FILELIST_DIR; + Name = "Dictionary/dict-fa.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Fr Dir = FILELIST_DIR; Name = "Dictionary/dict-fr.filelist"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 7538d02f6a01..582c5e1e1dae 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -335,6 +335,17 @@ Module gid_Module_Root_Extension_Dictionary_Et Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Fa + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_FA ); + Files = (gid_File_Extension_Dictionary_Fa); + InstallOrder = "2000"; + Sortkey = "658"; + Spellcheckerlanguage = "fa"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Fr MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_FR ); Files = (gid_File_Extension_Dictionary_Fr); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 9fcbda9fec88..f6b94dd637e3 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -154,6 +154,12 @@ en-US = "Estonian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_ET] en-US = "Estonian spelling dictionary, and hyphenation rules" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_FA] +en-US = "Persian" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_FA] +en-US = "Persian Spell Checking Dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_FR] en-US = "French" |