From 919be04e2c50ba62317c0b759b73923e37f5d542 Mon Sep 17 00:00:00 2001 From: Aron Budea Date: Mon, 23 Oct 2017 08:00:14 +0200 Subject: Add Albanian (sq) dictionary Change-Id: I18b166ae8e08b4509154c2ba035d3e9811e947ec Reviewed-on: https://gerrit.libreoffice.org/43707 Tested-by: Jenkins Reviewed-by: Andras Timar --- scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 11 +++++++++++ scp2/source/ooo/module_ooo.ulf | 6 ++++++ 3 files changed, 26 insertions(+) (limited to 'scp2') 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 @@ -652,6 +652,15 @@ File gid_File_Extension_Dictionary_Sl 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; 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" -- cgit