Add line reference comments (needed for Pootle).

This commit is contained in:
Karl Ove Hufthammer 2008-04-06 16:41:46 +00:00
parent da29194d03
commit 1ea1b5f97f
83 changed files with 15447 additions and 95 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
intltool-update --pot
msguniq --no-location tuxpaint.pot > temp.tmp && mv -f temp.tmp tuxpaint.pot
msguniq tuxpaint.pot > temp.tmp && mv -f temp.tmp tuxpaint.pot
for i in *.po ; do
echo $i
msgmerge $i tuxpaint.pot > temp.tmp && mv -f temp.tmp $i