git-svn-id: http://emdebian.org/svn/current@6671 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
codehelp 2009-11-02 12:00:43 +00:00
parent 47e9e6015d
commit c610124f81

View file

@ -133,7 +133,7 @@ if [ ! -z "$LANGS" ]; then
else else
echo > $CONFIG echo > $CONFIG
fi fi
wrap_langs "[po4a_paths]" "$POTFILE" "\$lang:po/\$lang.po" wrap_langs "[po4a_paths]" "$POTFILE" "\$lang:$PODIR/\$lang.po"
for file in $XMLDIR/*.xml; do for file in $XMLDIR/*.xml; do
LOCAL=`basename $file` LOCAL=`basename $file`