| Summary: | Remove test translations from Orion bundles | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Malgorzata Janczarska <malgorzata.tomczyk> | ||||||
| Component: | Client | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | Silenio_Quarti | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | 0.5 M2 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | |||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 374414 | ||||||||
| Attachments: |
|
||||||||
|
Description
Malgorzata Janczarska
Created attachment 214101 [details]
Brazilian Portuguese langage pack
File containing removed translations
Created attachment 214102 [details]
French langage pack
File containing remove translations in French
Done. I am getting 404 messages in the console when I open the editor after these changes. built-edit.js (line 2192)GET http://orion.eclipse.org/orion/textview/nls/en/messages.js 404 ProxyServlet: /orion/textview/nls/en/messages.js 26ms built-edit.js (line 2192)GET http://orion.eclipse.org/orion/textview/nls/en-us/messages.js 404 ProxyServlet: /orion/textview/nls/en-us/messages.js 51ms built-edit.js (line 2192)GET http://orion.eclipse.org/orion/textview/nls/en/messages.js 404 ProxyServlet: /orion/textview/nls/en/messages.js 34ms Any idea why? We do those calls to check what translations are available. We can't hard-code the translations list, because installing new nls bundle does not modify files. |