Comment 20 for bug 1157478

Revision history for this message
In , Rimas Kudelis (rq) wrote :

+++ This bug was initially created as a clone of Bug #64382 +++

An updated Lithuanian spell checker dictionary did not work in a new LibreOffice installation, and the cause was determined to be a change introduced by upstream (ispell-lt): Property "Locales" was changed from lt-Lt to lt in dictionaries.xcu

The dictionary was updated with this commit:
https://gerrit.libreoffice.org/gitweb?p=dictionaries.git;a=commitdiff;h=143afd75257fd4c4b44f09ee402ec8caa09011ba#patch7

Changing
---
            <prop oor:name="Locales" oor:type="oor:string-list">
                <value>lt</value>
            </prop>
---
back to
---
            <prop oor:name="Locales" oor:type="oor:string-list">
                <value>lt-LT</value>
            </prop>
---
in the installed share\extensions\dict-lt\dictionaries.xcu for new users fixed the problem.

I believe that it a bug in LibreOffice spell checker which should work with Locales=lt just as well as with Locales=lt-LT?