lots of UI messaging needs to be converted to i18n keys in resource bundles
---------------------------------------------------------------------------

                 Key: ROL-1434
                 URL: 
http://opensource.atlassian.com/projects/roller/browse/ROL-1434
             Project: Roller
          Issue Type: Task
          Components: Struts2 Migration
            Reporter: Allen Gilliland
            Assignee: Roller Unassigned


As part of the struts2 migration a large amount of work was done to prevent our 
UI code from blindly throwing exceptions which are unhandled and provide no 
valuable response back to users.  In a wide variety of places throughout the 
struts2 code there are message strings which are returned which aren't i18n 
keys coming from the resource bundles.

Most of these places should be marked in the code via the comment ... // TODO: 
i18n

The work here is just to go through the code, find these places, and convert 
raw strings into i18n keys in the resource bundles.

NOTE: this same situation applies for all the struts2 validation files which 
currently list i18n keys which may not exist in the resource bundles and need 
to be added as well.

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

        

Reply via email to