diff options
author | László Németh <nemeth@numbertext.org> | 2018-01-04 13:45:44 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2018-01-05 01:58:33 +0100 |
commit | 6247c966942a0e43320a234302a67c1f92c2eea7 (patch) | |
tree | 27c2aca9d3fbaea30b65588655c452fa7c3fc772 /scp2/source/ooo | |
parent | 10e8e0ed18a832318722cefa5e8ba5f141370b58 (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>
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/file_extra_ooo.scp | 7 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 2 |
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"; |