From: Amos Jeffries Date: Tue, 12 Jan 2010 05:31:55 +0000 (+1300) Subject: Language Updates: Polish for manuals translation X-Git-Tag: SQUID_3_2_0_1~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=361a52f08072a2908881ef96183ce115502278b4;p=thirdparty%2Fsquid.git Language Updates: Polish for manuals translation * Mark up *.8 and *.1 for po4a garbage strings elimination * Polishes existing *.8 and *.1 to standard texts * Moves squid.8.in to src/ next to its binary * Updated manuals.pot and current .po * Adds en_AU.po from Rosetta Project --- 361a52f08072a2908881ef96183ce115502278b4 diff --cc scripts/update-pot.sh index 0a6cbed955,0a6cbed955..9d9cdba772 --- a/scripts/update-pot.sh +++ b/scripts/update-pot.sh @@@ -51,7 -51,7 +51,7 @@@ cd . # Build the po4a.conf cat doc/po4a.cnf >po4a.conf --for f in `ls -1 helpers/*/*/*.8 doc/*.8.in tools/*.1 tools/*.8.in` ; do ++for f in `ls -1 helpers/*/*/*.8 src/*.8.in tools/*.1 tools/*.8.in` ; do echo "" >>po4a.conf manp=`basename ${f}` echo "[type: man] ${f} \$lang:doc/manuals/\$lang/${manp}" >>po4a.conf