gramps/gramps2/src/build_po

9 lines
164 B
Plaintext
Raw Normal View History

2002-10-20 19:55:16 +05:30
#! /bin/sh
if [ -f po/template.po ]
then
mv po/template.po po/template.po.bak
fi
2005-05-24 18:38:06 +05:30
./get_strings -o po/template.po *.py */*.py *.glade */*.glade data/tips.xml
2002-10-20 19:55:16 +05:30