| Summary: | i18n message service: Add optional API to support one service entry per language. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 5.0 | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
Pushed a better fix with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=452c6d501402624add1bc6d9e2442d95e9cb5f0c. 1. We do not want the additional service "orion.i18n.message.perlanguage". We will still use "orion.i18n.message" for per language plugin. 2. The per language plugin will use the optional API getBundleNames to surface all the bundle names. 3. The fix will allow both perlanguage plugin and any other individual message bundle services. |