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")
18:14:22 +0200'>2014-04-15Bump versionJason A. Donenfeld1-1/+1 2014-04-15grep: add new pass grep commandJason A. Donenfeld2-3/+34 2014-04-15Check for agent before batch processesJason A. Donenfeld1-4/+19 2014-04-15All globals are upper-case.Jason A. Donenfeld3-51/+51 2014-04-15Reorganize entire programJason A. Donenfeld3-339/+365 2014-04-15find: match without regards to caseJason A. Donenfeld2-25/+146 2014-04-15Multiline comment support for keepassx importerLukas Zapletal1-5/+9 2014-04-15find: add find/search commandJason A. Donenfeld6-2/+212 2014-04-15Install bash-completion file to the right place.Jason A. Donenfeld1-1/+1