20a8e0e0679e0e36822d6e8f895ed34e29d6d3de
[squirrelmail.git] / locale / mergepo
1 #!/bin/sh
2
3 # **
4 # ** This script merges global PO to locale PO files.
5 # ** It creates a squirrelmail.po.new that have to
6 # ** be renamed to squirrelmail.po once before to
7 # ** compile the file.
8 # **
9 # ** Usage: mergepo <locale id>
10 # ** Example: mergepo es
11 # **
12 # ** Philipe Mingo <mingo@rotedic.com>
13 # **
14 # ** $Id$
15
16 msgmerge $1/LC_MESSAGES/squirrelmail.po ../po/squirrelmail.po > $1/LC_MESSAGES/squirrelmail.po.new
17 echo "Once you've got the strings tranlated rename "
18 echo "manualy po file to squirrelmail.po"