File: Message.sh

package info (click to toggle)
pidgin-openfetion 0.3-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 340 kB
  • ctags: 504
  • sloc: ansic: 4,941; xml: 487; makefile: 2; sh: 1
file content (3 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh
# This script use find and xgettext command to generate the translation template file for openfetion
find . -type f -iname "*.c" | xgettext --files-from=- --output=po/pidgin-ofetion.pot --from-code=utf-8 --sort-by-file --language=C --keyword=_ --keyword=gettext --keyword=i18n --keyword=N_ --add-comments --add-location --package-name=OpenFetion --msgid-bugs-address=http://code.google.com/p/ofetion/issues/list