The zh_TW messages and templates

Bug #266023 reported by Keanu-users
2
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Medium
Unassigned

Bug Description

In messages, the 'big5' folder should named 'zh_TW',
not 'big5'. According to the Mailman/Defaults.py, the
country code for "Chinese (Taiwan)" is 'zh_TW', so
under the messages/big5 and the template/big5, both
they should rename to 'zh_TW'.

messages/big5 => messages/zh_TW
templates/big5 => templates/zh_TW

Also, the Makefile should be fix this bug, too.
in messages/Makefile:

original:
LANGUAGES= big5 ca cs da de es et eu fi fr hr hu
it ja ko lt nl no pl \
                pt pt_BR ro ru sl sr sv uk

fixed:
LANGUAGES= zh_TW ca cs da de es et eu fi fr hr hu
it ja ko lt nl no pl \
                pt pt_BR ro ru sl sr sv uk

also in templates/Makefile:

original:
LANGUAGES= big5 ca cs de en es et eu fi fr gb hr
hu it ja ko lt nl \
                no pl pt pt_BR ro ru sl sr sv uk

fixed:
LANGUAGES= zh_TW ca cs de en es et eu fi fr gb hr
hu it ja ko lt nl \
                no pl pt pt_BR ro ru sl sr sv uk

[http://sourceforge.net/tracker/index.php?func=detail&aid=891807&group_id=103&atid=100103]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.