浏览代码

IT version. and new mergepo script

philippe_mingo 24 年之前
父节点
当前提交
a12665330a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locale/mergepo

+ 2 - 2
locale/mergepo

@@ -12,7 +12,7 @@
 # ** Philipe Mingo <mingo@rotedic.com>
 # **
 # **  $Id$
-
-msgmerge $1/LC_MESSAGES/squirrelmail.po ../po/squirrelmail.po > $1/LC_MESSAGES/squirrelmail.po.new
+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 "Once you've got the strings tranlated rename "
 echo "manualy po file to squirrelmail.po"