Wrap long lines in po files.

Este commit está contenido en:
Andrius Štikonas 2009-03-14 14:03:59 +02:00
padre 6a00fedfe0
commit f67f53b8f6
Se han modificado 4 ficheros con 2 adiciones y 0 borrados

Ver fichero

Ver fichero

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