Show filename when updating.
This commit is contained in:
parent
2adcf366c4
commit
b95305d1ea
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
intltool-update --pot
|
intltool-update --pot
|
||||||
msguniq --no-location tuxpaint.pot > temp.tmp && mv -f temp.tmp tuxpaint.pot
|
msguniq --no-location tuxpaint.pot > temp.tmp && mv -f temp.tmp tuxpaint.pot
|
||||||
for i in *.po ; do
|
for i in *.po ; do
|
||||||
|
echo $i
|
||||||
msgmerge $i tuxpaint.pot > temp.tmp && mv -f temp.tmp $i
|
msgmerge $i tuxpaint.pot > temp.tmp && mv -f temp.tmp $i
|
||||||
done
|
done
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue