added script for Chinese translation

This commit is contained in:
Roland Gruber 2006-01-03 21:44:16 +00:00
parent 9908fb73c6
commit d2be88f026
2 changed files with 14 additions and 0 deletions

View File

@ -22,4 +22,8 @@ echo " "
echo "Generating Japanese translation template"
./make_po_jp
tar -czf messages.po_jp.tar.gz messages.po
echo " "
echo "Generating Chinese translation template"
./make_po_zh
tar -czf messages.po_zh.tar.gz messages.po

10
lam/po/make_po_zh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# $Id$
#
# Copyright (C) 2006 Roland Gruber
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
# This script is run after make_po to merge the existing Chinese translations to messages.po
./make_po
msgmerge -v ../locale/zh_TW/LC_MESSAGES/messages.po messages.po -o messages.po