Community
Participate
Working Groups
pageLinksPlugin.js is trying to load message catalogs directly using the i18n loader plugin: > define([ > 'i18n!orion/nls/messages' This is invalid. Instead, the services need to specify an i18n bundle ("nls") and string id ("NameKey"). The Orion page needs to read those, fetch the bundle and grab the string from it.
Fixing this properly (ie. without regressing Bug 412524) will also fix bug 387399. Basically we need to add nls support to the plugin settings service API.
*** Bug 387399 has been marked as a duplicate of this bug. ***
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=00c3f4f Added support for translating plugin settings.