| Summary: | Settings menu contains unexternalized strings (TVT) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> | ||||
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> | ||||
| Status: | RESOLVED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | curtis.windatt.public | ||||
| Version: | 6.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Mark Macdonald
I'm confused where the strings are coming from. In pageLinksPlugin.js we register both links as services. The NLS looks correct there. Yet any change I make to the name, the nls message or even the URI do not show up when self hosting. Perhaps somewhere else we have this information hard coded, but I have not been able to find it. Hmm, I don't see the problem anymore. Maybe the language pack was out of date. However, I did change the "Help" string back to the one in "orion/widgets/nls/messages", since it means we don't have to load the Help message bundle until you actually visit the Help page. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=9bdac93 |