we are already in scripts
This commit is contained in:
parent
5689aeb249
commit
171fefcdfa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def show_help():
|
||||||
def update_pot():
|
def update_pot():
|
||||||
os.system('intltool-extract --type=gettext/glade ../src/gtkgui.glade')
|
os.system('intltool-extract --type=gettext/glade ../src/gtkgui.glade')
|
||||||
os.system('xgettext -k_ -kN_ -o ../gajim.pot ../src/*.py ../src/common/*.py \
|
os.system('xgettext -k_ -kN_ -o ../gajim.pot ../src/*.py ../src/common/*.py \
|
||||||
../src/gtkgui.glade.h ../scripts/gajim-remote.py')
|
../src/gtkgui.glade.h gajim-remote.py')
|
||||||
print 'gajim.pot was updated successfully'
|
print 'gajim.pot was updated successfully'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Add table
Reference in a new issue