view po/update-potfiles.sh @ 3705:38259e9394a2

add InputPlayback::set_params() and InputPlayback::set_title() which will replace InputPlugin::set_info() and InputPlugin::set_info_text() someday.
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 14:05:16 -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