summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2018-01-04 13:45:44 +0100
committerAndras Timar <andras.timar@collabora.com>2018-01-17 16:16:05 +0100
commit9fb654b80f8df2fd288445a72c2c2544b73017dd (patch)
tree750fc4069e230167dc543302dfd71afc097833cc /scp2
parenta46b073f8780ab01b7efa325f7216cd43851ba99 (diff)
tdf#95024 Add user dictionary for hu dict package
supporting old Hungarian orthography optionally, according to the official 3-year transitional period in schools. Change-Id: Ifbc5583c1e53bc4ac07e73a90e0dd02e159f83e6 Reviewed-on: https://gerrit.libreoffice.org/47398 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org> (cherry picked from commit 6247c966942a0e43320a234302a67c1f92c2eea7) Reviewed-on: https://gerrit.libreoffice.org/48049 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_extra_ooo.scp7
-rw-r--r--scp2/source/ooo/module_ooo.scp2
2 files changed, 8 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_extra_ooo.scp b/scp2/source/ooo/file_extra_ooo.scp
index 0dc16b1ce1a4..b752d79d283f 100644
--- a/scp2/source/ooo/file_extra_ooo.scp
+++ b/scp2/source/ooo/file_extra_ooo.scp
@@ -78,3 +78,10 @@ File gid_File_Extra_Wordbook_sl
Styles = (PACKED, FORCELANGUAGEPACK);
Name = "sl.dic";
End
+
+File gid_File_Extra_Wordbook_hu_AkH11
+ Dir = gid_Dir_Wordbook;
+ TXT_FILE_BODY;
+ Styles = (PACKED, FORCELANGUAGEPACK);
+ Name = "hu_AkH11.dic";
+End
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 41b7e0ea7a4d..abfd1a824cb1 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -381,7 +381,7 @@ End
Module gid_Module_Root_Extension_Dictionary_Hu
MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_HU );
- Files = (gid_File_Extension_Dictionary_Hu);
+ Files = (gid_File_Extension_Dictionary_Hu, gid_File_Extra_Wordbook_hu_AkH11);
InstallOrder = "2000";
Sortkey = "600";
Spellcheckerlanguage = "hu";