Added scripts/gajim-remote.py
This commit is contained in:
parent
c47bf7e5ca
commit
d54c388ca0
|
@ -30,7 +30,8 @@ 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 ../src/gtkgui.glade.h')
|
os.system('xgettext -k_ -kN_ -o ../gajim.pot ../src/*.py ../src/common/*.py \
|
||||||
|
../src/gtkgui.glade.h ../scripts/gajim-remote.py')
|
||||||
print 'gajim.pot was updated successfully'
|
print 'gajim.pot was updated successfully'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue