[Libreoffice-bugs] [Bug 133998] New: LO7: new/updated Help entries split in middle of sentence and served separately as tips - not acceptable for l10n
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 15 10:09:57 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=133998
Bug ID: 133998
Summary: LO7: new/updated Help entries split in middle of
sentence and served separately as tips - not
acceptable for l10n
Product: LibreOffice
Version: 7.0.0.0.beta1+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: miles at filmsi.net
CC: olivier.hallot at libreoffice.org
Description:
Since LO64 some documentation team members updating/writing help content have
started programming help contents - by splitting existing help strings (adding
xml code - to display only parts of that string as tips).
That might work for those particular English strings, but does not work for
Slovenian and probably many other languages.
So please stop this immediately and return all those strings back and duplicate
sentence parts as separate strings available for l10n!
Example:
<emph>Low</emph>: 7% of codewords can be restored.
became
<emph>Low</emph>: <ahelp hid=".">7% of codewords can be restored.</ahelp>
In Slovenian:
<emph>Nizka</emph>: obnoviti je mogoče 7 % kodiranega besedila.
cannot be localized into
<emph>Nizka</emph>: <ahelp hid=".">obnoviti je mogoče 7 % kodiranega
besedila.</ahelp>
because a new sentence must start with a capital letter, correct would be:
<ahelp hid=".">Obnoviti je mogoče 7 % kodiranega besedila.</ahelp>
But in the combination with "<emph>Nizka</emph>:" it should start with a small
letter.
So this is not localizable into Slovenian anymore.
Please start addressing the needs of non-English languages and stop
"programming" help strings.
Steps to Reproduce:
1. Open LO and use tooltips.
2.
3.
Actual Results:
As explained above.
Expected Results:
As explained above.
Reproducible: Always
User Profile Reset: Yes
Additional Info:
.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200615/8ac60e6e/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list