1
0
Fork 0

Wrap long lines in po files.

Esse commit está contido em:
Andrius Štikonas 2009-03-14 14:03:59 +02:00
commit f67f53b8f6
4 arquivos alterados com 2 adições e 0 exclusões

Ver arquivo

Ver arquivo

@ -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"

Ver arquivo