Hi Matt,
Please check the attached zip file. Take the following notes when you plan to apply this patches,
1. Unzip the attached file, put displaytag_zh_CN.properties under /web/WEB-INF/classes,
2. Modify build.xml to allow convert displaytag_zh_CN.properties using native2ascii,
3. In compliance with i18n of displaytag, I modified userList.jsp like the following,
<display:setProperty name="paging.banner.item_name"><fmt:message key="display.user"/></display:setProperty>
<display:setProperty name="paging.banner.items_name"><fmt:message key="display.users"/></display:setProperty>
4. For the compliance, also made some addition to ApplicationResources.properties, ApplicationResources_zh.properties, ApplicationResources_zh_CN.properties. Made some changes to other .properties files if applicable.
Based on the curerent CVS version, I made the above-mentioned changes and finished the testing on my desktop. I also attached the affected files, please apply these changes when possible. I suppose it could be better if other .properties files are ready, because I don't know these languages. Anyway, you can step 1 and 2 w/o any risks.
Appfuse is a great project, appreciate all the jobs you'v been done.
Regards,
Paul
If you provide the file that I should add, I'll add it.