summaryrefslogtreecommitdiff
path: root/dictionaries
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18Version 6.3.0.2, tag libreoffice-6.3.0.2libreoffice-6.3.0.2Christian Lohmaier1-0/+0
Change-Id: I15c28d4dc52c17a22bc1c80d8a97ecea8c54e088
2019-07-18Branch libreoffice-6-3-0Christian Lohmaier1-0/+0
This is 'libreoffice-6-3-0' - the stable branch for the 6.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 6.3.x release, please use the 'libreoffice-6-3' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: Ibe5da9d14890e77272435b212705f3553a6cabd0
2019-07-15Update git submodulesAndras Timar1-0/+0
* Update dictionaries from branch 'libreoffice-6-3' - tdf#118570 update the da_DK dictionary Change-Id: Ie0a666ee4d78543762163e7290286a817c99104f Reviewed-on: https://gerrit.libreoffice.org/75468 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-06-04Update git submoduleswishawa1-0/+0
* Update dictionaries from branch 'libreoffice-6-3' - Remove abbreviations from Thai hunspell dictionary. Reasons: 1. They are not present in other spellcheck dictionaries (such as en). 2. To add all abreviations would not be much different from adding all possible combinations of 2-3 Thai consonants. This would make misspelled abbreviations come as correct to the spellcheck anyway. 3. Adding only the most common ones can cause confusion to those using less common ones, as the spellchecker will suggest the more common abbreviation. It is also nearly impossible to determine if an abbreviation is common that it should be added or not. Change-Id: I8b7bce70f552ab3b356e1ab2c101e9e31a8ec271 Reviewed-on: https://gerrit.libreoffice.org/73216 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit e122922802e82eef43a6e17762b2e80b66ce6f1c) Reviewed-on: https://gerrit.libreoffice.org/73443
2019-05-31Branch libreoffice-6-3Christian Lohmaier1-0/+0
This is 'libreoffice-6-3' - the stable branch for the 6.3.x releases. The commit rules are different according to the development phase: A. 6.3.0 beta phase: A. any bug fixes are allowed without review B. late features need approval by 3 people with different affiliation B. 6.3.0 rc phase and later: A. fixes need approval by one reviewer B. late features need approval by 3 more people with different affiliation IMPORTANT: Every developer is responsible for pushing the fixes into all appropriate branches. Note that we do not plan any merge from this branch to master or vice versa. Please, help use to make stable and usable release. If you want to build something cool, unstable, and risky, use master. Change-Id: Ief991320422eb74be3cd5621defeb4188f571c03
2019-05-06Update git submodulesMarco A.G.Pinto1-0/+0
* Update dictionaries from branch 'master' - Updated the English dictionaries: GB Change-Id: I7d1f80c516b34d6ff7548869bec95e13f40735f9 Reviewed-on: https://gerrit.libreoffice.org/71621 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
2019-05-05Update git submodulesJulien Nabet1-0/+0
* Update dictionaries from branch 'master' - Fix logo management for "ca" Thread 1 "soffice.bin" hit Breakpoint 1, (anonymous namespace)::GraphicProvider::queryGraphic (this=0x55555b446140, rMediaProperties=uno::Sequence of length 1 = {...}) at /home/julien/lo/libreoffice/vcl/source/graphic/UnoGraphicProvider.cxx:430 430 SAL_WARN("svtools", "Could not create graphic: " << error); (gdb) p rMediaProperties $2 = uno::Sequence of length 1 = {{Name = "URL", Handle = 0, Value = uno::Any("string": "file:///home/julien/lo/libreoffice/instdir/program/../share/extensions/dict-ca/images/SC-logo.png"), State = com::sun::star::beans::PropertyState::PropertyState_DIRECT_VALUE}} (gdb) c Continuing. warn:svtools:21636:21636:vcl/source/graphic/UnoGraphicProvider.cxx:430: Could not create graphic: 0x8201(Error Area:Vcl Class:General Code:1) Change-Id: I4b160ccd6777988ddb0107b663006efdaa48e366
2019-04-30Update git submoduleswishawa1-0/+0
* Update dictionaries from branch 'master' - Update Thai dictionary: corrections, UTF-8, and over ten thousand more words. Change-Id: Iea084036516e727af2f70729bd7484fb9cbdad90 Reviewed-on: https://gerrit.libreoffice.org/71523 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2019-04-20Update git submodulesMilutin Smiljanic1-0/+0
* Update dictionaries from branch 'master' - No-rule based Serbian dictionary replaced with rule based dictionary Change-Id: I1d4ed6ac883e1fb47eb50dbd057f4cf8602e4a9a Reviewed-on: https://gerrit.libreoffice.org/70969 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2019-03-07Update git submodulesLior Kaplan1-0/+0
* Update dictionaries from branch 'master' - tdf#117389 Make sure all comments also ends with # Change-Id: I68f513c0ad8b63b416608f8e221450622ef10c2d - tdf#117389 Remove empty line, update total number Change-Id: I4f492ab621d5a41466f55e79e86eeda5c7da1e52 - substantive rework of af_ZA hunspell Change-Id: I873d6135e65089e5905b5c650428b4d9ad7fa4c6
2019-03-07Update git submodulesLior Kaplan1-0/+0
* Update dictionaries from branch 'master' - Replace : with # in comments lines Change-Id: I1bcd51d4dab501a051dd6bebe98380299390fc3b Reviewed-on: https://gerrit.libreoffice.org/67282 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2019-03-07Update git submodulesLior Kaplan1-0/+0
* Update dictionaries from branch 'master' - tdf#117389 Remove RLM/LRM from Arabic dictionary Change-Id: I002d7be2de961b7a20d48eed628ae35df0b600df Reviewed-on: https://gerrit.libreoffice.org/67281 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2019-01-20Update git submodulesRicardo Palomares1-0/+0
* Update dictionaries from branch 'master' - Bring shipped Spanish dictionary up to version 2.4 Change-Id: Ie814270a83d7459d402e8e92dab4959f2f0793e5 Reviewed-on: https://gerrit.libreoffice.org/66654 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-01-02Update git submodulesMartin Srebotnjak1-0/+0
* Update dictionaries from branch 'master' - Updated Slovenian thesaurus Change-Id: Ib08d9bb64020ec10215d812338cfcfc7a23028a7 Reviewed-on: https://gerrit.libreoffice.org/65807 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2019-01-01Update git submodulesDenis Arnaud1-0/+0
* Update dictionaries from branch 'master' - Updated Breton spelling dictionary to version 0.16 Change-Id: Id63e2340c97f7071480ab73ebd46611ba9a8929c Reviewed-on: https://gerrit.libreoffice.org/65790 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-12-28Update git submodulesAdolfo Jayme Barrientos1-0/+0
* Update dictionaries from branch 'master' - tdf#99826 Update Galician dictionaries to version 18.07 Change-Id: If3a2f77855159c1a2a50880b0eb37a824c926f6c Reviewed-on: https://gerrit.libreoffice.org/64370 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
2018-12-16Update git submodulessabri unal1-0/+0
* Update dictionaries from branch 'master' - Related: tdf#121610 Do dictionary option titles Title Case Change-Id: I3ab12669bec1265ad06288a122661c5b77733e1b Reviewed-on: https://gerrit.libreoffice.org/64916 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-11-08Revert "lok: calc: fix needed when position caching is disabled"Miklos Vajna1-0/+0
This reverts commit 4cee8ccc2caff17b5cbecc5ae895dcc9fd974c2e partially, which set the dictionaries submodule by accident. Change-Id: I798daaf5bf7a494880a2cd07820bccc4e23117e5
2018-11-08lok: calc: fix needed when position caching is disabledMarco Cecchetti1-0/+0
In case it would be needed to disable position caching we can't retrieve the nTotalPixels value from the LOKHeight/WidthHelper. The new code works in both cases. Change-Id: I65562dd4458eee40c5db958067fc91af6b3eb79e Reviewed-on: https://gerrit.libreoffice.org/63039 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2018-11-04Update git submodulesStanislav Horacek1-0/+0
* Update dictionaries from branch 'master' - update readme for Czech dictionaries Change-Id: Iccc08a8535761418d5b8e01b642d5a18a5b7bedf Reviewed-on: https://gerrit.libreoffice.org/62809 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-10-31Update git submodulesAndras Timar1-0/+0
* Update dictionaries from branch 'master' - typo: Typographica -> Typographical Change-Id: I9e9dc28dcb27ec466a5beecb1141f82489c803b1
2018-10-25Update git submodulesMarco A.G.Pinto1-0/+0
* Update dictionaries from branch 'master' - Updated the English dictionaries: GB+AU+CA+US+Extension logo Change-Id: I4223020f9ead26d3497908a3160395fa7b75d9f9 Reviewed-on: https://gerrit.libreoffice.org/62340 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-09-05Update git submodulesAndras Timar1-0/+0
* Update dictionaries from branch 'master' - bump Norwegian linguistic components to ver 2.2 Change-Id: Iad2df5b511a45c9fe86bbf79915887fb2786aaa0
2018-08-27Update git submodulesMuhammet Kara1-0/+0
* Update dictionaries from branch 'master' - Migrate the Turkish dictionary to hunspell-tr It had been permitted to be re-licensed under MPL v2.0, by the original author of the extension. It has fewer words, but a lot less false-positives, and false negatives. The original author offered to update the dictionary, if we provide him with a word list. Change-Id: Ideb27da220dcf10dabc924996362b549a5373352 Reviewed-on: https://gerrit.libreoffice.org/59258 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-08-24Update git submodulesOlivier R1-0/+0
* Update dictionaries from branch 'master' - French dictionary update (v6.3) Change-Id: I98c98d1484810b7403c3de4ed9a02e8689542552 Reviewed-on: https://gerrit.libreoffice.org/59561 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-07-28Update git submodulesMuhammet Kara1-0/+0
* Update dictionaries from branch 'master' - Add Turkish (tr_TR) hunspell dictionary From https://addons.mozilla.org/en-US/firefox/addon/turkce-yazim-denetimi/ Change-Id: Idd122cc8fe48940e9286a49006b3f97546cf5a79 Reviewed-on: https://gerrit.libreoffice.org/58129 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
2018-07-04reset submodules to their corresponding branchChristian Lohmaier1-0/+0
was broken after gerrit update Change-Id: I56cc1ab0e9d5bb4acb54d5ca5538fefae290253c
2018-06-30Updated coreAli Ahmadi1-0/+0
Project: dictionaries 2180c26eabeda8ed3315bc04acd0dd4fc3246736 add Indonesian hyphenation library function Change-Id: I34fff23b2990f5373b38a14f72e113dc5a0b1a10 Reviewed-on: https://gerrit.libreoffice.org/56432 Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-06-29Updated coreTomáš Chvátal1-0/+0
Project: dictionaries 3e4d844783643fb625925c582fe518fc70b69d42 Convert Bulgarian dictionary files to UTF-8 As reported in openSUSE the files didn't load properly otherwise: https://bugzilla.suse.com/show_bug.cgi?id=1099508 Change-Id: I9651e596b733d3a3b240c24f0d7cd4389b8b9c35 Reviewed-on: https://gerrit.libreoffice.org/56674 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2018-06-28Updated coreTor Lillqvist1-0/+0
Project: dictionaries fe72d24920c8a4dcbee18925cb19e6b6625f6553 tdf#118423: Fix problems introduced by my recent pt_BR speedup Change-Id: I25b1d11e13c01678195210d42597281896543ff2 Reviewed-on: https://gerrit.libreoffice.org/56612 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2018-06-21Updated coreTor Lillqvist1-0/+0
Project: dictionaries 846e5da4b28bb40158cfb992f3a371614e25a349 tdf#104332 (and others): Fix two thinkos in my recent commit Change-Id: I6908826572153daeee1211ea3796a6e4a0e007b2 Reviewed-on: https://gerrit.libreoffice.org/56217 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2018-06-20Updated coreTor Lillqvist1-0/+0
Project: dictionaries 2d8dd0af877de8494ca9c2c027eba4a42bbc09eb tdf#104332 (and others): Speed up Lightproof initialisation Delay import of the the heavy lightproof_impl_pt_BR to when actually needed. Shaves several hundred milliseconds (on my machine, about 300 ms) from the time needed to just get a list of what grammars checkers are available. It's silly to load the heavy pt-BR impl module even if no Brazilian Portuguese proof reading is being performed. Sure, the same change could be done to the other Lightproof dictionaries, too, but they are much smaller, so importing them unconditionally always does not hurt so much. Change-Id: I3c3f64e80bd9519f188905abda7c25337c81462d Reviewed-on: https://gerrit.libreoffice.org/56176 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: Tor Lillqvist <tml@collabora.com>
2018-05-29Updated coreKruno1-0/+0
Project: dictionaries 6c85a19c887b6147ec7d3a600b51cb2a44284fa2 Update Croatian dictionary to version 2.1.1 Change-Id: I8425ab128d04d428ccc99cb6c8abe2635292f143 Reviewed-on: https://gerrit.libreoffice.org/53578 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2018-05-22Updated coreLászló Németh1-0/+0
Project: dictionaries e90e83b23b6ace35349fc2b3e65bd2d69c80ddd8 Hungarian dictionary v1.7 Extend Hungarian dictionary with boundary data for compound words and for disambiguation of digraphs to fix incomplete and bad Hungarian collate, sorting and hyphenation rules in the future. Other minor fixes (*idegenszó -> idegen szó, *periférikus etc.) Change-Id: I3278801ac875f2d33fd5dc62efc43a9a81194734 Reviewed-on: https://gerrit.libreoffice.org/54480 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2018-05-15Updated coreAron Budea1-0/+0
Project: dictionaries dbcea2a5cdfabea90420fa292e66cc647814b824 English dictionaries: add ref to package-description.txt Change-Id: Ie63941f519f43a5e632816b696bd174f033c4991 Reviewed-on: https://gerrit.libreoffice.org/53953 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
2018-05-07Updated coreMarco A.G.Pinto1-0/+0
Project: dictionaries ba46347c2c7182cb21a22d8c2c1d761ecb3e6014 Updated the English dictionaries: GB Change-Id: I99dde909e4b4a29204b9d30bcc21e120baabbe38 Reviewed-on: https://gerrit.libreoffice.org/53501 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
2018-03-27Updated coreLászló Németh1-0/+0
Project: dictionaries c8e86617a771c53813a86d64bd3467aa75c63307 Hungarian grammar checking rules v1.6.4 Check reference fields with articles and affixes. Note: fields (except footnote numbers) are expanded again for grammar checking and expanded content has got an initial ZWSP character for more precise proofreading rules, see commit aab440c768b64b9d2ffa72223b6d843a84c2d061. Change-Id: I27b3075015335bbb72ddb5b234fd48b661ba6e80 Reviewed-on: https://gerrit.libreoffice.org/51279 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-03-14Updated coreLászló Németh1-0/+0
Project: dictionaries 3bc3ffdb0b622cc07b5d959225a9f2223afdf145 Hungarian grammar checking rules v1.6.3 Change-Id: I2c898690f12edc0ad4c83dc6395813e21a724f64 Reviewed-on: https://gerrit.libreoffice.org/51227 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-03-12Updated coreAdolfo Jayme Barrientos1-0/+0
Project: dictionaries d8d241188c1914d5e031948111bfb80f8642607f People ask what this repo’s all about But I don’t feel like writing anything, so just add a link. Change-Id: I8aed1a20ea5246be24d22490d2ff3714e2d2e2dc
2018-03-10Updated coreAndika Triwidada1-0/+0
Project: dictionaries 47c5e2741fd510d38045abcbd2719a7a584d470d Added Indonesian thesaurus Change-Id: Ida510bb2a5cc6a636556e26d1a28621e9566be27 Reviewed-on: https://gerrit.libreoffice.org/50962 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-03-10Updated coreLászló Németh1-0/+0
Project: dictionaries edcc4e770e287a6ebe1022cb57fda539ceec9188 tdf#95024 update Hungarian spelling dictionary Changes from Magyar Helyesírási Szótár (2017), for example "soppingol", "sznekk", "videófilm". Other fixes and rules. Change-Id: I7ba79f48495fc0f6b930ae426e0ce1efdaa66984 Reviewed-on: https://gerrit.libreoffice.org/51020 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2018-02-28Updated coreLászló Németh1-0/+0
Project: dictionaries 2b7711678410bc531e9d07b4d6f85bfb85f2116a tdf#116072 Improve Hungarian spell checking by better word breaking and ignore the special characters of the word forms, or break at the special character and check the word stem and affix (with a starting hyphen) separately: vár(hat)nak -> várhatnak „Tisza”-ban -> Tisza, -ban [Note: this removes false alarms in Writer, but extra grammar checking can help to check matching of the stem and the affix.] Change-Id: Icb810ccc1ecb84fea3ee5093100e2fdc874edb6c Reviewed-on: https://gerrit.libreoffice.org/50475 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2018-02-28Updated coreAndika Triwidada1-0/+0
Project: dictionaries ed6a0c24ca0c76b21375f73c29cc73e9974142ea Add Indonesian dictionary Change-Id: I1368bccffe9f192de4d73c5f658d4f864e3374da Reviewed-on: https://gerrit.libreoffice.org/49785 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-02-04Updated coreRicardo Palomares1-0/+0
Project: dictionaries 883b1cd4d8e2dd005c77143aec82c0fb556e72eb Bring shipped Spanish dictionary up to version 2.3 Change-Id: I0bd46fadea1e0d718703b10adf69e62034139e41 Reviewed-on: https://gerrit.libreoffice.org/48850 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-02-04Updated coreYousuf Philips1-0/+0
Project: dictionaries 476ebd97bbfdcf59f00cd832647b880ddfdfb252 Update arabic dictionary to version 3.5 (2014-11-08) Files extracted from http://sourceforge.net/projects/ayaspell/files/dict_ar-3.5.2014-11-08.oxt/download Change-Id: Ic3ffb861a253f680e96e437b5dc2f3da4e392a21 Reviewed-on: https://gerrit.libreoffice.org/49028 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-01-17Updated coreLászló Németh1-0/+0
Project: dictionaries 96f0ddc0c4ddfc6f9fa1c94d5844469c1911e712 tdf#95024 fix Hungarian Lightproof module - by removing the obsolete date rule for "1st of month": for example, "január 1-e", "február 1-én" are correct forms already - add new date rules for days with bad affixation (typical mistake after a search & replace): "1-a, 1-án, 1-ára, 1-ához, 3-e, 3-én, 3-ére, 3-éhez etc." Change-Id: If5fcaf4fe693fa7d30aa5c6332975a513d13a0cf Reviewed-on: https://gerrit.libreoffice.org/48074 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2018-01-17Updated coreLászló Németh1-0/+0
Project: dictionaries 9f4bce132552f5e92a9419aa2ab09167074089b2 tdf#95024 Update Hungarian Lightproof module - fix rules related to the new Hungarian orthography: - "e-mail-cím" or "ímélcím", and not "e-mail cím" - "örökkön örökké", and not "örökkön-örökké" - check completeness of foreign expressions: "ab ovo", "et cetera"... - new rules (test document attached to the bug report) Change-Id: I13ef37381fe15a3f4d51d61763e4f570a17fa2da Reviewed-on: https://gerrit.libreoffice.org/48044 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2018-01-16Updated coreDenis Arnaud1-0/+0
Project: dictionaries 68dd2e833bfb2d741e7ce66bea70751b85b63c19 Updated Breton spelling dictionary to version 0.15 Change-Id: Ibaad97f9a59c2092ce044b7b458cfd9cd1e134b7 Reviewed-on: https://gerrit.libreoffice.org/47958 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-01-10Updated coreLászló Németh1-0/+0
Project: dictionaries 58274a91b8e64e14282def27d118929b35da4ba8 tdf#95024 update Hungarian spelling dictionary – new and fixed words – apply new changes from Magyar Helyesírási Szótár (2017): charme → sárm Vietnam → Vietnám – start to use new Hunspell features for two-word, etc. suggestions for common misspellings mégegyszer → még egyszer egyesegyedül → egyes-egyedül Change-Id: I38eac7b1023c823af69268ed81b86bde3309a3d0 Reviewed-on: https://gerrit.libreoffice.org/47677 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-01-05Updated coreMartin Srebotnjak1-0/+0
Project: dictionaries b64137bed16e860335372166bffbdf25cb986465 Updated Slovenian thesaurus Change-Id: I861763c246d29759d9882cd7150ffa86b64367b4 Reviewed-on: https://gerrit.libreoffice.org/47455 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>