Community
Participate
Working Groups
Build Identifier: plugins/maven/core/src/main/java/org/eclipse/iam/core/projectimport/ImportProjectJob.java you may want to refactor super( "Importing " + pomDescriptors.size() + " Maven 2 projects" ); to super( MessageFormat.format("Importing {0} Maven 2 project(s)", pomDescriptors.size() ); then further refactor later it so that the following will work super( "bundle.id", pomDescriptors.size() ); // $NON-NLS-1$ to allow for i18n. Reproducible: Always
We haven't seen any interest yet on i18n, that's why we didn't spent much effort. If anyone interested in translating to another language shows up then we can revisit the codebase.