You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2005/05/02 13:26:00 UTC

DO NOT REPLY [Bug 34233] - JMeter Localisation - Chinese Traditional

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=34233





------- Additional Comments From sebb@apache.org  2005-05-02 13:25 -------
I've looked into this further. The resource bundle name should be of the form

ResourceName_xx[_YY].properties

where:

xx=ISO language code (lowercase)
YY=ISO country code (optional, uppercase)

The language code for chinese is "zh".
The country code for Taiwan is TW (not tw).

I think this means all the property files are incorrectly named, as "tw" stands
for the African language TWI.

According to java.util.Locale, Traditional Chinese is represented by language
"zh", country "TW", so the files should have the suffix zh_TW.

I'll fix the names.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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