X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=5aa460ab926955d53117a13b8c656fff976b1c75;hb=5addfdcb03a710d220d0d38262b106b99268b2ec;hp=64b68a55fd275da3082e3ecc0fe748e22d81789c;hpb=cad45a0bae7164235be04c967601be1196867aaa;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index 64b68a5..5aa460a 100755 --- a/bootstrap +++ b/bootstrap @@ -71,7 +71,13 @@ update_po() { *) POFILE=${1}.po;; esac echo "$0: getting translation for $1..." - wget -r --cache=off $TP_URL/$POFILE + (cd po; + wget -r --cache=off -O $POFILE $TP_URL/$POFILE || exit + LANG=`expr $POFILE : '\(.*\)\.po'` + if ! grep -q $LANG LINGUAS; then + mv LINGUAS LINGUAS.$$ + (echo $LANG; cat LINGUAS.$$) | sort > LINGUAS + fi) else echo "$0: getting translations into po..." (cd po &&