https://bugs.documentfoundation.org/show_bug.cgi?id=94080

            Bug ID: 94080
           Summary: HELPAUTHORING: the localize="false" attribute not
                    imported
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Documentation
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: philip...@hotmail.com
            Blocks: 93580

When a paragraph tag has the localize entry set to false, it is supposed to
append '_NOL10N' to the paragraph id on import, as the code to toggle L10N
relies on that appended text in the paragraph id in order to know if it is on
or off. Not setting this causes saving the file to lose the localize entry.

Example file - source/text/sbasic/shared/03020104.xhp

In

<paragraph role="bascode" localize="false" xml-lang="en-US">Sub
ExampleReset</paragraph>

Out

<paragraph id="" role="bascode" xml-lang="en-US">Sub ExampleReset</paragraph>

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