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")
-0/+4 2010-10-20latexsuite changesRené 'Necoro' Neumann2-0/+3 2010-10-20jabref changes (again)René 'Necoro' Neumann1-8/+19 2010-10-20Added gundo to vimRené 'Necoro' Neumann25-1/+1012