diff options
author | Aron Budea <baron@caesar.elte.hu> | 2016-05-23 05:29:56 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-05-23 12:40:36 +0000 |
commit | 2f0ddaeeb4323ac99afd35d2c4fda643c9ee8bcf (patch) | |
tree | 04f63e3f4baf848dad9032a93e38bc34f07951f3 /Dictionary_en.mk | |
parent | 2c83becf155a7e4303257891efea1c3e55465b08 (diff) |
tdf#97393 Update English Dictionaries to 2016.05.01 release
See comment 8 and 9 in tdf#97393.
I tested if spell check works with the new dicts in 5.1.3,
didn't test install.
Change-Id: Ia1b93a029a809975e913e69a93ea6477fd1e4cc5
Reviewed-on: https://gerrit.libreoffice.org/25348
Reviewed-by: Marco A.G.Pinto <marcoagpinto@mail.telepac.pt>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'Dictionary_en.mk')
-rw-r--r-- | Dictionary_en.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dictionary_en.mk b/Dictionary_en.mk index d320c55..04b28e8 100644 --- a/Dictionary_en.mk +++ b/Dictionary_en.mk @@ -11,6 +11,7 @@ $(eval $(call gb_Dictionary_Dictionary,dict-en,dictionaries/en)) $(eval $(call gb_Dictionary_add_root_files,dict-en,\ dictionaries/en/affDescription.txt \ + dictionaries/en/changelog.txt \ dictionaries/en/en_AU.aff \ dictionaries/en/en_AU.dic \ dictionaries/en/en_CA.aff \ @@ -64,6 +65,7 @@ $(eval $(call gb_Dictionary_add_propertyfiles,dict-en,dialog,\ $(eval $(call gb_Dictionary_add_thesauri,dict-en,\ dictionaries/en/th_en_US_v2.dat \ + dictionaries/en/th_en_US_v2.idx \ )) # vim: set noet sw=4 ts=4: |