copy/paste bug
[kdepim.git] / cvs.sh.diff
blob313956b0540d0c674f917b1009340b7d4f20edaf
1 Index: admin/cvs.sh
2 ===================================================================
3 --- admin/cvs.sh (revision 637526)
4 +++ admin/cvs.sh (working copy)
5 @@ -592,7 +592,7 @@ for i in `ls -1 po.backup/*.pot 2>/dev/n
6 test -f po/$i || echo "disappeared: $i"
7 done
8 for i in `ls -1 po/*.pot 2>/dev/null | sed -e "s#po/##"`; do
9 - sed -e 's,^"Content-Type: text/plain; charset=CHARSET\\n"$,"Content-Type: text/plain; charset=UTF-8\\n",' po/$i > po/$i.new && mv po/$i.new po/$i
10 + sed -e 's,^"Content-Type: text/plain; charset=CHARSET\\n"$,"Content-Type: text/plain; charset=UTF-8\\n",; s,"Content-Transfer-Encoding: ENCODING\\n","Content-Transfer-Encoding: 8bit\\n", ; s,"Language-Team: LANGUAGE <LL@li.org>\\n","Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\\n",' po/$i > po/$i.new && mv po/$i.new po/$i
11 #msgmerge -q -o po/$i po/$i po/$i
12 egrep -v '^#[^,]' po/$i | egrep '^.*[^ ]+.*$' | grep -v "\"POT-Creation" > temp.pot
13 if test -f po.backup/$i && ! cmp -s temp.pot po.backup/$i; then