view po/update-potfiles.sh @ 3380:934fd1281269 trunk

added update-potfiles.sh script
author mf0102 <0102@gmx.at>
date Sat, 25 Aug 2007 22:06:59 +0200
parents
children e0da46ca4c0b
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