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")
class='insertions'>+1 2013-08-25Only remove leading slash from IMAP mailboxesAntonio Terceiro1-1/+2 2013-08-25Revert "Keep the maildir path instact"Antonio Terceiro1-0/+1 2013-08-24New releaseAntonio Terceiro1-1/+2 2013-08-13Run tests as default rake testAntonio Terceiro1-1/+1 2013-08-13Temporaily disable test that depends on networkAntonio Terceiro1-1/+1 2013-08-13Fix MaildirAccount class; add testsAntonio Terceiro6-5/+156 2013-08-13Force encoding of data to UTF-8Antonio Terceiro1-1/+1 2013-08-13Keep the maildir path instactAntonio Terceiro1-1/+0