Mercurial > audlegacy
view po/update-potfiles.sh @ 3515:6d385ae0e97a trunk
Bump GLib requirement to 2.10, for GSlice.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 11 Sep 2007 20:30:41 -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