Adapted the filters for internationalization, fixed minor bugs in report generators

svn: r44
This commit is contained in:
Don Allingham
2001-05-21 02:06:08 +00:00
parent 02a8bd3c3d
commit 175f7224a8
33 changed files with 362 additions and 116 deletions

View File

@@ -4,7 +4,6 @@ mv template.po template.po.bak
echo "Working on the glade files"
libglade-xgettext -c -o glade.c *.glade
echo "Working on python files"
./get_strings *.py >> glade.c
./get_strings *.py filters/*.py >> glade.c
echo "Building template.po"
xgettext -C -s -a -o template.po glade.c
#rm glade.c