Laszlo Pandy wrote:
Also what happened to these two lines which grab translation template strings from the glade file and the instrument files?:python i18nReadInstr.py ../../Instruments/*.instr > i18n.instr.h xgettext -k_ -kN_ -o $@ ../../Jokosher.glade.h ../../*.py i18n.instr.h
Oops, that should be these two lines: intltool-extract --type=gettext/glade ../../Jokosher.glade python i18nReadInstr.py ../../Instruments/*.instr > i18n.instr.h