Add a little shellscript to do the repetetive translation tasks

This commit is contained in:
R. Tyler Ballance 2010-01-30 13:32:44 -08:00
parent 941ac72312
commit 15fdbfbe19
1 changed files with 5 additions and 0 deletions

5
translate.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
xgettext -k_ -kN_ -o messages.pot TweepyDeck/*.py
msgmerge -U de.po messages.pot
msgfmt de.po -o locale/de/LC_MESSAGES/tweepydeck.mo