Initial revision

svn: r3
This commit is contained in:
Don Allingham
2001-05-13 01:56:57 +00:00
commit ae4694eed1
126 changed files with 42522 additions and 0 deletions

10
src/build_po Executable file
View File

@@ -0,0 +1,10 @@
#! /bin/sh
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
echo "Building template.po"
xgettext -C -s -a -o template.po glade.c
rm glade.c