summaryrefslogtreecommitdiff
path: root/createpot.sh
blob: ae2db3b27a790a4bcd4763c9d91f4ea22417f498 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Create the .pot file
# Thanks to porthole for inspiration ;)

xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.glade")
xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $(find -name "*.py")
git.git/commit/README?h=v0.7.1&id=66414b68cf30f9ae7613c68833e7cbc8e93adae2&follow=1'>Update README with install/config informationLars Hjemli1-24/+28 Signed-off-by: Lars Hjemli <hjemli@gmail.com>