Add line reference comments (needed for Pootle).
This commit is contained in:
parent
da29194d03
commit
1ea1b5f97f
83 changed files with 15447 additions and 95 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue