Don't add backup files when merging.
This commit is contained in:
parent
a1e0cf75ba
commit
84ba2e62e3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ intltool-update --pot
|
||||||
msguniq 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
|
for i in *.po ; do
|
||||||
echo $i
|
echo $i
|
||||||
msgmerge --update --previous $i tuxpaint.pot
|
msgmerge --update --previous --backup=none $i tuxpaint.pot
|
||||||
done
|
done
|
||||||
cd ..
|
cd ..
|
||||||
intltool-merge -d -u po tuxpaint.desktop.in tuxpaint.desktop
|
intltool-merge -d -u po tuxpaint.desktop.in tuxpaint.desktop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue