view po/update-potfiles.sh @ 1699:11135fc0e183

Fixed WavPack plugin for the new API.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Sep 2007 02:10:49 +0300
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