First draft release notes...
[squirrelmail.git] / locale / mergepo
index 20a8e0e0679e0e36822d6e8f895ed34e29d6d3de..5006b9ec70984c9ac7a59691f7c2967a8ae57bff 100755 (executable)
@@ -13,6 +13,6 @@
 # **
 # **  $Id$
 
-msgmerge $1/LC_MESSAGES/squirrelmail.po ../po/squirrelmail.po > $1/LC_MESSAGES/squirrelmail.po.new
-echo "Once you've got the strings tranlated rename "
-echo "manualy po file to squirrelmail.po"
+mv $1/LC_MESSAGES/squirrelmail.po $1/LC_MESSAGES/squirrelmail.po.bak 
+msgmerge $1/LC_MESSAGES/squirrelmail.po.bak ../po/squirrelmail.po > $1/LC_MESSAGES/squirrelmail.po
+echo "Old po file renamed to squirrelmail.po.bak "