translation.py now update pot file
This commit is contained in:
parent
6a0113ac2a
commit
78cd90e43d
|
@ -32,7 +32,7 @@ def update_pot():
|
||||||
# create header for glade strings
|
# create header for glade strings
|
||||||
os.system('intltool-extract --type=gettext/glade ../src/gtkgui.glade')
|
os.system('intltool-extract --type=gettext/glade ../src/gtkgui.glade')
|
||||||
# update the pot
|
# update the pot
|
||||||
os.system('make -C ../po/ all')
|
os.system('make -C ../po/ all gajim.pot')
|
||||||
print 'gajim.pot was updated successfully'
|
print 'gajim.pot was updated successfully'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue