view po/update-potfiles.sh @ 3397:9e62deb383a4

ran make update-po and fixed it again
author Cristi Magherusan <majeru@atheme-project.org>
date Sun, 26 Aug 2007 04:02:13 +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