view po/update-potfiles.sh @ 3445:d3fd60f14bb7 trunk

branch merge
author mf0102 <0102@gmx.at>
date Fri, 07 Sep 2007 16:59:08 +0200
parents 934fd1281269
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