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

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

files=$(find -name "*.py")
xgettext -k_ -kN_ -L glade -o i18n/messages.pot  portato/gui/templates/portato.glade
xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $files
lass='insertions'>+0 2012-09-19No more push/pull in zsh script, either.Jason A. Donenfeld1-3/+1 2012-09-19Since we're using batch mode, we can read directly.Jason A. Donenfeld1-1/+1 2012-09-19Clean up git handling.Jason A. Donenfeld2-42/+28 2012-09-19Fix git regression.Jason A. Donenfeld1-1/+1 2012-09-18Add additional information from KeepassX xmlJuhamatti Niemelä1-3/+15 2012-09-18Copyright and licensing info to keepassx2pass scriptJuhamatti Niemelä1-0/+4 2012-09-18Quote the template.Jason A. Donenfeld1-1/+1 2012-09-18Better dependency list.Jason A. Donenfeld1-1/+10 2012-09-18Make recursive make silent.Jason A. Donenfeld1-1/+1 2012-09-18Quote the program name.Jason A. Donenfeld1-4/+4 2012-09-17Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld4-72/+97 2012-09-16Support recursive and forced removal.Jason A. Donenfeld2-12/+28 2012-09-16Small stylistic things.Jason A. Donenfeld1-9/+9 2012-09-15Use --force flag in keepassx import.Jason A. Donenfeld1-1/+1