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
t'>Lines 2013-09-09Upgrade jQuery and jQuery-UIRené 'Necoro' Neumann1-0/+0 2013-05-10Fix redirectRené 'Necoro' Neumann1-1/+1 2013-04-18FIX: Make defaults in fields of forms a function.René 'Necoro' Neumann1-3/+3 2013-04-16Fix templatedRené 'Necoro' Neumann3-6/+12 2013-04-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