You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/12/03 13:42:00 UTC

DO NOT REPLY [Bug 25160] New: - [PATCH] improve I18N for admintool

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25160>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25160

[PATCH] improve I18N for admintool

           Summary: [PATCH] improve I18N for admintool
           Product: Tomcat 5
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Administration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: toraneko@kun.ne.jp


I send admintools I18N improve patch for tomcat4.1.x. This patch
improve more about I18N. This patch improve following problem:

   + The left frame wasn't internationalized.
   + Some of the word in right frame weren't internationalized.
   + Some one miss understand
       MessageResource.getString(java.lang.Locale locale, java.lang.String
		                 key ..)
     API. ex. resources.getString("mssage", locale);

I modified English and Japanese ApplicationResources property
files. However I don't know how can I tranlate for Esperanto. So I
added TODO comment in ApplicationResources_es.properties.


Please take following patch.

  http://yamaguch.sytes.net/~tora/tmp/tomcat5-admin-i18n.patch

and 

 + add ApplicationResources.properties

  http://yamaguch.sytes.net/~tora/tmp/ApplicationResources.properties

  * this file is delived from ApplicationResources_en.properties.

 + remove ApplicationResources_en.properties.

One more ask here. SetCharacterEncodingFilter is commented. This means
other than English people must modify web.xml for input thier own
character. I would like to uncommend SetCharacterEncodingFilter and
set default encoding to utf-8. utf-8 is upper compatible with
iso-8859-1 and most of people won't be affected by utf-8. I would like
to recommend it to conviniency for non English user.

regards,

Takashi Okamoto

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org