https://bugs.documentfoundation.org/show_bug.cgi?id=167649
--- Comment #4 from László Németh <[email protected]> --- (In reply to Marco A.G.Pinto from comment #3) > @Németh > > Giving a quick look at your e-mail and here I don't understand it much. > > It is me who maintains the GB and ZA dictionaries. > > On 1-JAN-2026, I will also maintain US+CA+AU (after one year preparing it). > > Do I have to do anything special on them? > > I just work on the .DIC and .AFF files. > > Thanks! Hi Marco, Instead of adding new words to LibreOffice's English dictionaries, they were replaced with their old, incomplete versions (but with new words). I just realized, not only the thesaurus, but the metaphone algorithm was disabled, i.e. the competitive English suggestion during spell checking by mistake. Reverting the following dictionaries commits: $ git log --oneline -- en_US.dic 4fa9419 Updated the English dictionaries: GB+US+CA+AU+ZA 4fb0103 (tag: libreoffice-6-4-branch-point) Updated the English dictionaries: GB+US+CA+AU 605e1d1 Updated the English dictionaries: GB+AU+CA+US+Extension logo dbcea2a English dictionaries: add ref to package-description.txt 6feecdc (hu_update) Updated the English dictionaries: GB + US + CA + AU 66a5dd1 Update English dictionaries c875ba1 tdf#97393, tdf#100019: updated EN (CA, GB, US, ZA) dictionaries 2f0ddae tdf#97393 Update English Dictionaries to 2016.05.01 release And adding the new words to the end of the dic files (without flags, i.e. in uncompressed format, simply words) will fix these regressions immediately, keeping your great work, too! I'd love to do it too, if only to save my thesaurus work for the community (also I integrated Bjoern Jacke's metaphone code with Hunspell), so I'll try to get support for it. Best regards, László -- You are receiving this mail because: You are the assignee for the bug.
