view po/update-potfiles.sh @ 2090:07e62f66edf1

updated German translation
author mf0102 <0102@gmx.at>
date Thu, 18 Oct 2007 14:49:14 +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