Mercurial > audlegacy-plugins
view po/update-potfiles.sh @ 1761:78d29eb44276
- Fix config db handling
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Sat, 22 Sep 2007 16:39:15 +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