From: philippe_mingo Date: Mon, 12 Nov 2001 12:13:46 +0000 (+0000) Subject: IT version. and new mergepo script X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b8a1fc0742081fb7005eac0b07786bd22645b65b IT version. and new mergepo script git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1733 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/locale/mergepo b/locale/mergepo index 20a8e0e0..9040d8df 100755 --- a/locale/mergepo +++ b/locale/mergepo @@ -12,7 +12,7 @@ # ** Philipe Mingo # ** # ** $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"