[Xfce4-commits] <www:nick/gettext> Drop --lang $lang for now in compile script.

Nick Schermer noreply at xfce.org
Wed Jan 19 10:02:02 CET 2011


Updating branch refs/heads/nick/gettext
         to 463cd29c7afe1d0ca9f70ae885cd769067e818cb (commit)
       from 1053ed4925dbaa1f3244341aeee0f216dc2c2a84 (commit)

commit 463cd29c7afe1d0ca9f70ae885cd769067e818cb
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Jan 19 09:53:39 2011 +0100

    Drop --lang $lang for now in compile script.

 lib/tools/compile.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/tools/compile.sh b/lib/tools/compile.sh
index 6d5cb37..a1ab481 100755
--- a/lib/tools/compile.sh
+++ b/lib/tools/compile.sh
@@ -18,7 +18,8 @@ do
   
   # Merge po file with latest pot file
   res=0
-  msgmerge -N -q --lang $lang -o $tmpfile $f $pofiles/www.pot &> /dev/null && res=1
+  # TODO: add "--lang $lang" again when earlgrey runs squeeze
+  msgmerge -N -q -o $tmpfile $f $pofiles/www.pot &> /dev/null && res=1
   if test $res -eq 0; then
     echo "msgmerge failed for $file"
     continue



More information about the Xfce4-commits mailing list