view po/update-potfiles.sh @ 3557:0cabda3eade8 trunk

Remove effects handling code (it's processed in the flow now).
author William Pitcock <nenolod@atheme.org>
date Tue, 18 Sep 2007 13:30:13 -0500
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