Removed line numbers to avoid unnecessary CVS updates.
This commit is contained in:
parent
3bb93a6648
commit
17e41d0f98
44 changed files with 49 additions and 5211 deletions
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
intltool-update --pot
|
||||
msguniq --no-location tuxpaint.pot > temp.tmp && mv -f temp.tmp tuxpaint.pot
|
||||
for i in *.po ; do
|
||||
msgmerge $i tuxpaint.pot > tmp.po && cat tmp.po > $i
|
||||
msgmerge $i tuxpaint.pot > temp.tmp && mv -f temp.tmp $i
|
||||
done
|
||||
cd ..
|
||||
intltool-merge -d -u po tuxpaint.desktop.in tuxpaint.desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue