Hi,
This is one more from the 'cleaning up XHP files' series...
At the moment, the "xml-lang" attribute in the <paragraph> markup in the
XHP files is mandatory. But I see no reason for that, it is always just
"en-US", the different locales make sense only for extensions, so I have
created this patch:
https://gerrit.libreoffice.org/#/c/32296/
This is supposed to ensure that when there is no xml-lang in a given
attribute, it will default to en-US.
It is yet to be tested with the actually removed xml-lang from our help
files via something like:
git grep -l '\<xml-lang\>' | xargs sed -i 's/\(<paragraph[^>]*\) xml-lang="en-US"/\1/g'
and updated the DTD to specify xml-lang as optional.
This will not affect the translations in any way.
Comments appreciated :-) - would like to go ahead with this sometime
after the ESC.
All the best,
Kendy
Context
- Default value ("en-US") for the "xml-lang" attribute in XHP files · Jan Holesovsky
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.