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

          Priority: medium
            Bug ID: 66341
                CC: auri...@members.fsf.org, serval2...@yahoo.fr,
                    ti...@fsf.hu
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: Short language codes don't work as Locale identifiers
                    for dictionaries
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: r...@akl.lt
          Hardware: All
            Status: UNCONFIRMED
           Version: 4.0.1.1 rc
         Component: Linguistic
        Depends on: 64382
           Product: LibreOffice

+++ 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?

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

Reply via email to