Internationalization fixes, support for PDF generation

svn: r45
This commit is contained in:
Don Allingham
2001-05-22 22:30:13 +00:00
parent 175f7224a8
commit 0432e0998e
30 changed files with 454 additions and 199 deletions

View File

@@ -1,9 +1,10 @@
#! /bin/sh
rm -f glade.c
mv template.po template.po.bak
echo "Working on the glade files"
libglade-xgettext -c -o glade.c *.glade
libglade-xgettext -c -o glade.c *.glade plugins/*.glade
echo "Working on python files"
./get_strings *.py filters/*.py >> glade.c
./get_strings *.py plugins/*.py filters/*.py >> glade.c
echo "Building template.po"
xgettext -C -s -a -o template.po glade.c