https://bugs.freedesktop.org/show_bug.cgi?id=64382

          Priority: medium
            Bug ID: 64382
          Assignee: [email protected]
           Summary: Lithuanian spell checker dictionary does not work
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: UNCONFIRMED
           Version: 4.0.1.1 rc
         Component: Localization
           Product: LibreOffice

Lithuanian spell checker dictionary does not work in a new LibreOffice
installation.

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
%APPDATA%\LibreOffice\4\user\extensions\bundled\registry\com.sun.star.comp.deployment.configuration.PackageRegistryBackend\random.tmp\dictionaries.xcu
for existing users or in the installed
share\extensions\dict-lt\dictionaries.xcu for new users fixes the problem.

Is it bug (lt-LT → lt) in the upstream package (reported here
https://bugs.launchpad.net/ispell-lt/+bug/1157478) and should be fixed there?
Or is it a bug in LibreOffice and LibreOffice spell checker should work with
Locales=lt and Locales=lt-LT?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to