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")
15'templated' and wrapped 'redirect'René 'Necoro' Neumann4-33/+64 2013-04-15Categories: fixRené 'Necoro' Neumann1-5/+17 2013-04-15Add expense should redirect to itselfRené 'Necoro' Neumann1-1/+1 2013-04-15Order constant expenses by descriptionRené 'Necoro' Neumann1-1/+1 2013-04-15Path fixRené 'Necoro' Neumann1-1/+1 2013-04-15Fix the fixer to handle GET-argsRené 'Necoro' Neumann1-1/+2