summaryrefslogtreecommitdiff
path: root/createpot.sh
blob: dae69f94641d86f906507715dcad09c47acea32f (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 "*.ui")
xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $(find -name "*.py")
son A. Donenfeld3-297/+3 2014-04-23contrib: import passmenuJason A. Donenfeld3-3/+23 2014-04-23emacs: import svend's treeJason A. Donenfeld5-3/+215 2014-04-23makefile: add force all flag to enable all featuresJason A. Donenfeld1-0/+6 2014-04-23contrib: fix typoJason A. Donenfeld1-1/+1