diff options
author | Aron Budea <aron.budea@collabora.com> | 2017-10-23 08:00:14 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-10-24 11:16:24 +0200 |
commit | 919be04e2c50ba62317c0b759b73923e37f5d542 (patch) | |
tree | 663f88a0d1cadfa45f5d3e58ba208edaef233c46 /scp2 | |
parent | 7e389ae76965fdbd4cdf0a8482592295489a48d7 (diff) |
Add Albanian (sq) dictionary
Change-Id: I18b166ae8e08b4509154c2ba035d3e9811e947ec
Reviewed-on: https://gerrit.libreoffice.org/43707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.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 ea8eddc16635..6b6f2b896afb 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -653,6 +653,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Sq + Dir = FILELIST_DIR; + Name = "Dictionary/dict-sq.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Sr Dir = FILELIST_DIR; Name = "Dictionary/dict-sr.filelist"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index a1e1f46f201c..41b7e0ea7a4d 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -599,6 +599,17 @@ Module gid_Module_Root_Extension_Dictionary_Sl Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Sq + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_SQ ); + Files = (gid_File_Extension_Dictionary_Sq); + InstallOrder = "2000"; + Sortkey = "505"; + Spellcheckerlanguage = "sq"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Sr MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_SR ); Files = (gid_File_Extension_Dictionary_Sr); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 25c5400d6e1f..a22df61068cd 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -298,6 +298,12 @@ en-US = "Slovenian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_SL] en-US = "Slovenian spelling dictionary, hyphenation rules, and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_SQ] +en-US = "Albanian" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_SQ] +en-US = "Albanian spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_SR] en-US = "Serbian" |