Browse Source

IT version. and new mergepo script

philippe_mingo 24 years ago
parent
commit
a12665330a
1 changed files with 2 additions and 2 deletions
  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"