Mercurial > audlegacy-plugins
view po/update-potfiles.sh @ 2952:63bf9d97ce65
- now cuesheet plugin calculates duration of subtune correctly even if pregap information is not available.
- made cache_cue_file() not be called too frequently.
- fixed handling for fraction in index calculation.
- tweaked debug messages.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 14 Oct 2008 22:28:14 +0900 |
parents | be52c86750d7 |
children |
line wrap: on
line source
#!/bin/bash rm POTFILES* echo "# Please don't update this file manually - use ./update-potfiles.sh instead!" > POTFILES.in cd .. find src/ \( -name "*.c" -o -name "*.cxx" -o -name "*.cc" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq >> po/POTFILES.in