https://bugs.documentfoundation.org/show_bug.cgi?id=151697
Bug ID: 151697
Summary: XmlFilterAdaptor: the status indicator string "Loading
:" is hardcoded and not localizable
Product: LibreOffice
Version: 7.3.6.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: filters and storage
Assignee: [email protected]
Reporter: [email protected]
Steps to Reproduce:
1. New Draw in a non-English UI.
2. Open a PDF file, and note the status bar.
Current Result:
The string "Loading :" is in English. There is no such string on weblate for
localization.
Expected:
This string should be localizable.
Reproduced on 7.3.6 version, and also on 7.4 and master.
This seems to be in: XmlFilterAdaptor::importImpl
https://opengrok.libreoffice.org/xref/core/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx?r=91ba9654#70
where this string is hardcoded:
xStatusIndicator->start( "Loading :", 4);
--
You are receiving this mail because:
You are the assignee for the bug.