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")
/images/ui-bg_glass_40_ffc73d_1x400.png?h=const_groups&id=23a8a11f0d21cc1b7fb27752c20980b942fa5200&follow=1'>Collapse)AuthorFilesLines 2016-05-01Ignore .pyoRené 'Necoro' Neumann1-0/+1