[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3581) Eliminate hard-coded English from JSF Preferences pages

Sean Flanigan (JIRA) jira-events at lists.jboss.org
Sun Jan 18 22:47:04 EST 2009


Eliminate hard-coded English from JSF Preferences pages
-------------------------------------------------------

                 Key: JBIDE-3581
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3581
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: JSF
            Reporter: Sean Flanigan


The Preferences pages "JBoss Tools/Web/Editors/JSF Flow Diagram" and "JBoss Tools/Web/JSF/Project" both use tabs to divide the configuration.  The tab names appear to be hard-coded English, based on testing with the pseudo langpacks - DOC-13256.  The tab names are "JSF Flow Diagram", "Add View", "New Project" and "Import Project".  I haven't checked all of them, but the first two tab names are found in a small number of .java and .meta files:
/org.jboss.tools.common.model/resources/meta/studio_eclipse_option.meta
/org.jboss.tools.jsf/src/org/jboss/tools/jsf/JSFPreference.java
/org.jboss.tools.jsf.ui/src/org/jboss/tools/jsf/ui/preferences/JSFFlowTabbedPreferencesPage.java

I would have externalised the English text myself (in .java, not .meta files) but it looks as if JSF_EDITOR_PATH and JSF_ADD_VIEW_PATH are used as paths within the data model, so replacing them with localised text would probably break something.

Note: if the meta files turn out to be part of the problem, JBIDE-2969 might be relevant.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list