view po/update-potfiles.sh @ 1660:206e7cb5fce7

"about" dialog of console plugin opens now correctly
author mf0102 <0102@gmx.at>
date Fri, 07 Sep 2007 15:19:39 +0200
parents bee9eaedefa5
children 612d25be0fbd
line wrap: on
line source

#!/bin/bash
rm POTFILES*
cd ..
find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in