View Single Post
  #4 (permalink)  
Old 03-01-2006, 04:18 PM
andyc andyc is offline
Zimbra Employee
 
Posts: 79
Lightbulb

Quote:
Originally Posted by cvidal
Thank you Andy for your check. Can you post the 'i18ncheck' program? Or is it part of the sources?
I put the source code in the Ajax module (src/org/apache/kabuki/tools/i18n/ComparePropsTask.java). And I added "i18n-check" targets to the Ajax/build.xml and the ZimbraWebClient/build.xml files.

So, assuming that you put your translations in the right place (**/config/msgs/), you can run the test with the following command:

Code:
ant i18n-check
Reply With Quote