ptanov / epf-process-validator

Set of plugins to be contributed to Eclipse Process Framework (EPF) for validating processes
0 stars 0 forks source link

Internationalization for code after 25 Jan #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here:
                return new DiagnosticWrapper(result, EcorePlugin.INSTANCE.getString
                           ("_UI_DiagnosticRoot_diagnostic", //$NON-NLS-1$
                                   //TODO nls:
                            new Object [] { "libarary" })) ;

and in contribution:

   <extension point="org.eclipse.ui.editors">
      <editor
            class="eu.tanov.epf.pv.ui.validator.editor.ValidatingMethodElementEditor"
            contributorClass="org.eclipse.epf.authoring.ui.actions.MethodLibraryActionBarContributor"
            id="org.eclipse.epf.authoring.ui.editors.MethodElementEditor"
            name="NMethod Element Editor"
            matchingStrategy="org.eclipse.epf.authoring.ui.editors.MethodElementEditorMatchingStrategy"/>
            </extension>

Original issue reported on code.google.com by 1.Pla...@gmail.com on 27 Jan 2011 at 7:36

GoogleCodeExporter commented 9 years ago
All code written after 25 Jan should be internationalized!

Original comment by 1.Pla...@gmail.com on 28 Jan 2011 at 11:32

GoogleCodeExporter commented 9 years ago
Summary was: Internationalization for ValidatingMethodElementEditor

Original comment by 1.Pla...@gmail.com on 28 Jan 2011 at 11:32