view po/update-potfiles.sh @ 1749:d2e3eef90719

- Read the correct amount of data from the buffer when handling ShoutCast metadata
author Ralf Ertzinger <ralf@skytale.net>
date Wed, 19 Sep 2007 17:33:22 +0200
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