History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XPR-56
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jacques Morel
Reporter: pinghe
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
xplanner

i18n error

Created: 26/Jul/05 09:09 PM   Updated: 30/Nov/05 02:23 AM
Component/s: Jsps
Affects Version/s: 0.7
Fix Version/s: 0.7

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

File Attachments: 1. File ResourceBundle_zh_CN.properties (37 kb)

Image Attachments:

1. iteration-i18nerr1.png
(43 kb)

2. login-i18nerr1.png
(24 kb)

3. projects-i18nerr1.png
(30 kb)

4. projects-i18nerr2.png
(45 kb)

5. userstory-i18nerr1.png
(19 kb)

6. userstory-movei18nerr1.png
(10 kb)

JDK version and platform: sun 1.5.0_03
Database: mysql 4.1.13
Application server: tomcat 4.1.31

Sub-Tasks  All   Open   

 Description  « Hide
1 need rename:
         resourcebundle_zh_cn.properties --> ResourceBundle_zh_CN.properties
        resourcebundle_zh.properties --> ResourceBundle_zh.properties

i fixed ResourceBundle_zh_CN.properties file.

2 don't i18n:
       see attache.

3 if item do i18n:
            form.continue=Continue
            form.move=Move
    ->
            form.continue=延期
            form.move=调整
happen error:
  2005-07-19 19:05:07 StandardWrapperValve[XPlannerServlet]: Servlet.service() for servlet XPlannerServlet threw exception
javax.servlet.ServletException: Unknown editor action: 调整
at com.technoetic.xplanner.actions.MoveContinueStoryAction.saveForm(MoveContinueStoryAction.java:92)
at com.technoetic.xplanner.actions.MoveContinueStoryAction.execute(MoveContinueStoryAction.java:54)
at org.strutsspring.SpringAction.execute(SpringAction.java:72)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jacques Morel - 03/Aug/05 05:03 AM
Move and Continue are not translated in your attached bundle.

The rest seemed to be already taken care of.

Could you test it and tell me if I can close this bug?

Jacques