Adding strings from Real Rainbow tool.
POTFILES.in now generated by 'update-po.sh', so it won't miss new magic tools.
This commit is contained in:
parent
262e353025
commit
2de1418361
87 changed files with 3013 additions and 1949 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
cp POTFILES.in.in POTFILES.in
|
||||
ls ../../magic/src/*.c | cut -b 4- >> POTFILES.in
|
||||
|
||||
intltool-update --pot
|
||||
msguniq tuxpaint.pot > temp.tmp && mv -f temp.tmp tuxpaint.pot
|
||||
for i in *.po ; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue