Closed
Bug 172640
Opened 23 years ago
Closed 22 years ago
XSLT is not localizable
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
VERIFIED
FIXED
People
(Reporter: hjtoi-bugzilla, Assigned: peterv)
References
Details
It seems the XSLT code includes hard coded strings in English (at least in
XMLParser, error messages). All of the strings should be placed in string bundles.
To see some sample code, see htmlparser/src, files "xmlparser.properties",
"jar.mn", "MANIFEST_PROPERTIES", "nsParserMsgUtils.*" and "nsExpatDriver.cpp".
Documentation about this is at
http://www.mozilla.org/projects/intl/string-resources.html
this should be handled by a proper error-reporting system
Blocks: 112622
Comment 2•22 years ago
|
||
The system is there, peterv checked that in as part of the XSLT load work.
Now we have to use it, but that's a different flock of bugs.
Status: NEW → ASSIGNED
Comment 3•22 years ago
|
||
I meant to resolve this as fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•