<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Caption order, caption positions for Lithuanian language"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117790#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Caption order, caption positions for Lithuanian language"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117790">bug 117790</a>
              from <span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span></b>
        <pre>All I took care of with
<<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=552bebc85d907748dcd72b7978a00a3eee7c4f34">https://cgit.freedesktop.org/libreoffice/core/commit/?id=552bebc85d907748dcd72b7978a00a3eee7c4f34</a>>
is that the Hungarian-locale--specific

<span class="quote">>       <prop oor:name="CaptionOrderNumberingFirst">
>         <value xml:lang="hu">true</value>
>       </prop></span >

in officecfg/registry/data/org/openoffice/Office/Writer.xcu is actually
honored.  I have no idea about the relevant code producing localized captions.

When the above data in officecfg/registry/data/org/openoffice/Office/Writer.xcu
is changed in a recent LO master build to

<span class="quote">>       <prop oor:name="CaptionOrderNumberingFirst">
>         <value xml:lang="hu">true</value>
>         <value xml:lang="lt">true</value>
>       </prop></span >

by adding a line for lt (and removing any existing user profile, see
<<a href="https://wiki.documentfoundation.org/UserProfile">https://wiki.documentfoundation.org/UserProfile</a>>, to avoid "you may still see
unexpected values if you either changed these settings manually in the past, or
even if you merely keep using a pre-existing user installation" explained in
<<a href="https://wiki.documentfoundation.org/ReleaseNotes/6.1#Localized_Settings">https://wiki.documentfoundation.org/ReleaseNotes/6.1#Localized_Settings</a>>),
running LO (built with --with-lang=lt, on Linux) as `LC_ALL=lt_LT.UTF-8
instdir/program/soffice --writer`, using the "Insert Table (Vald+F12)" icon to
insert a table, then "Insert - Caption..." to open the "Pavadinimo jterpimas"
dialog, typing "Title." into "Pavadinimas", "Per..." shows

  1. LentelÄ—: Title.

not

  1 lentelÄ—. Title.

as suggested in <a href="show_bug.cgi?id=117790#c0">comment 0</a>.  I have no idea if the former is acceptable.

Somebody who knows about the relevant Writer code and/or Lithuanian
localization should do the necessary changes.  The change to
officecfg/registry/data/org/openoffice/Office/Writer.xcu I showed above may be
one necessary change, but there's probably more.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>