view po/update-potfiles.sh @ 3782:a3fc112b10f1

Fix insertion into playlist for plugins that _don't_ have subtunes. Sorry for breaking it. :D
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 18 Oct 2007 17:07:00 +0300
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