handle more than one LANG

git-svn-id: http://emdebian.org/svn/current@6629 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 15 years ago
parent 424abe579a
commit 2377e0512d

@ -76,6 +76,7 @@ if [ ! -z "$LANGS" ]; then
LANGS=`ls po/*.po | sed -e 's/.*\/\(.*\)\.po/\1 /' || true`
fi
if [ ! -z "$LANGS" ]; then
LANGS=`echo $LANGS|tr -d '\n'`
echo "[po4a_langs] $LANGS" > $CONFIG
else
echo > $CONFIG

Loading…
Cancel
Save