we now use intltool-extract to get translatbe strings from glade

This commit is contained in:
Yann Leboulanger 2005-07-05 17:02:34 +00:00
parent 28c7025ec5
commit f80845d137
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ def show_help():
sys.exit(0)
def update_pot():
os.system('xgettext -k_ -kN_ -o gajim.pot ../src/*.py ../src/common/*.py ../src/msg.c')
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')
if __name__ == '__main__':
if os.path.basename(os.getcwd()) != 'scripts':