From f67f53b8f6e17ab869223d1e575f4a40ea375e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 14 Mar 2009 14:03:59 +0200 Subject: [PATCH] Wrap long lines in po files. --- compile.sh => compile | 0 pack.sh => pack | 2 ++ statistics.sh => statistics | 0 update.sh => update | 0 4 files changed, 2 insertions(+) rename compile.sh => compile (100%) rename pack.sh => pack (96%) rename statistics.sh => statistics (100%) rename update.sh => update (100%) diff --git a/compile.sh b/compile similarity index 100% rename from compile.sh rename to compile diff --git a/pack.sh b/pack similarity index 96% rename from pack.sh rename to pack index 3f62f92..5b18874 100755 --- a/pack.sh +++ b/pack @@ -42,6 +42,8 @@ for BRANCH in $TRUNK $BRANCHES; do bfile=`basename $file` echo -n "Processing catalog $bfile... "; d=`echo "$bfile" | sed "s/.$LCODE.po//"` + $MSGMERGE --silent $file $file > $file.temp + mv $file.temp $file if [ -f "$BRANCH/$d/$LCODE.po" ]; then if ! $DIFF -q "$file" "$BRANCH/$d/$LCODE.po" > /dev/null ; then mkdir "$LCODE-temp/$d" diff --git a/statistics.sh b/statistics similarity index 100% rename from statistics.sh rename to statistics diff --git a/update.sh b/update similarity index 100% rename from update.sh rename to update