You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jack Cai (JIRA)" <ji...@apache.org> on 2009/08/04 10:39:15 UTC

[jira] Updated: (GERONIMO-4769) Add English resource bundle for Admin console

     [ https://issues.apache.org/jira/browse/GERONIMO-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jack Cai updated GERONIMO-4769:
-------------------------------

    Attachment: GERONIMO-4769_21_0804.patch

So this is another try based on the previous suggestions from Ivan and Shawn. I use the maven ant plugin to do the copies. For convenience I rename the base bundles to *_en.properties. The patch works well for me.

Please review.

> Add English resource bundle for Admin console
> ---------------------------------------------
>
>                 Key: GERONIMO-4769
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4769
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.5, 2.2
>            Reporter: Jack Cai
>            Priority: Minor
>         Attachments: GERONIMO-4769_21.patch, GERONIMO-4769_21_0804.patch, GERONIMO-4769_trunk.patch
>
>
> The resource bundle search logic will consider default locale before falling back to the base resource bundle. This means if Geronimo is running on a Chinese OS with locale "zh_CN", when a user visits the admin console with "en_US" as the browser locale, the user will actually see the admin console in Chinese!
> To avoid this problem, we shall duplicate the base resource bundles with the name *en.properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.