jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Continuum
  • Continuum
  • CONTINUUM-2027

The i18n patch for zh_CN

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.3.2 (Beta)
  • Component/s: Web interface
  • Labels:
    None
  • Complexity:
    Intermediate
  • Patch Submitted:
    Yes
  • Number of attachments :
    1

Description

I translated the resource file to Simplified Chinese, and add a filter to set the response encoding as UTF-8 for the multi-bytes support.

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    i18n-zh_CN.patch
    24/Dec/08 12:00 PM
    59 kB
    zhoushuqun

Issue Links

is duplicated by

New Feature - A new feature of the product, which has yet to be developed. CONTINUUM-2076 please add chinese localization too

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.
is related to

Bug - A problem which impairs or prevents the functions of the product. CONTINUUM-2432 Page suddenly switches to Chinese part way through

  • Major - Major loss of function.
  • Open - The issue is open and ready for the assignee to start work on it.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Jose Morales Martinez added a comment - 20/Jan/09 4:22 PM

I think you can use Spring CharacterEncodingFilter in web.xml. It's clearer.

I'm translating continuum to spanish and I need a UTF-8 filter for menu strings too.

<filter>
<filter-name>encodingFilter</filter-name>
<filter-class> org.springframework.web.filter.CharacterEncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>
<init-param>
<param-name>forceEncoding</param-name>
<param-value>true</param-value>
</init-param>
</filter>

<filter-mapping>
<filter-name>encodingFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

Show
Jose Morales Martinez added a comment - 20/Jan/09 4:22 PM I think you can use Spring CharacterEncodingFilter in web.xml. It's clearer. I'm translating continuum to spanish and I need a UTF-8 filter for menu strings too. <filter> <filter-name>encodingFilter</filter-name> <filter-class> org.springframework.web.filter.CharacterEncodingFilter</filter-class> <init-param> <param-name>encoding</param-name> <param-value>UTF-8</param-value> </init-param> <init-param> <param-name>forceEncoding</param-name> <param-value>true</param-value> </init-param> </filter> <filter-mapping> <filter-name>encodingFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
Hide
Permalink
zhoushuqun added a comment - 20/Jan/09 7:48 PM

I agree with you.

Show
zhoushuqun added a comment - 20/Jan/09 7:48 PM I agree with you.
Hide
Permalink
Olivier Lamy added a comment - 01/Feb/09 2:45 AM

fix in rev 739716
Thanks !

Show
Olivier Lamy added a comment - 01/Feb/09 2:45 AM fix in rev 739716 Thanks !

People

  • Assignee:
    Olivier Lamy
    Reporter:
    zhoushuqun
Vote (0)
Watch (0)

Dates

  • Created:
    24/Dec/08 12:00 PM
    Updated:
    17/Mar/10 12:47 AM
    Resolved:
    01/Feb/09 2:45 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.