Improvement in localization script - creating single pot file
[findit] / tools / create_pot.sh
1 #!/bin/sh
2
3 # Script for create localization template from files in POTFILES list
4
5 xgettext -o findit.pot `sed 's/\\\\$//' POTFILES`