translation.py now update pot file

This commit is contained in:
Yann Leboulanger 2005-08-08 08:09:27 +00:00
parent 6a0113ac2a
commit 78cd90e43d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def update_pot():
# create header for glade strings
os.system('intltool-extract --type=gettext/glade ../src/gtkgui.glade')
# update the pot
os.system('make -C ../po/ all')
os.system('make -C ../po/ all gajim.pot')
print 'gajim.pot was updated successfully'
if __name__ == '__main__':