Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2203043 | 7 | William Harnois | P2 | Closed | Fixed | b129 |
install/make/installer/bundles/windows/xmlinffile/proto_au-descriptor.xml is a xml file that includes translation for all languages in UTF-8 format.
The WPTG translation team's translation factory can only handle xml file with 1 language in each file (in UTF-8).
Please break up the proto_au-descriptor.xml into multiple files with a translatible proto_au-descriptor_en.xml and proto_au-descriptor_[locale].xml.
The WPTG translation team's translation factory can only handle xml file with 1 language in each file (in UTF-8).
Please break up the proto_au-descriptor.xml into multiple files with a translatible proto_au-descriptor_en.xml and proto_au-descriptor_[locale].xml.
- backported by
-
JDK-2203043 NLS: proto_au-descriptor.xml file cannot be processed by translation team
- Closed