diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-20 01:03:21 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-20 01:03:21 +0100 |
commit | 2455dc6f3ac1b4187d33173eb3d5f061a53aac9f (patch) | |
tree | a417fbbc2861be171d7843311a2fa3b435e7db95 /createpot.sh | |
parent | 0235295d89cf6f8f1a9e9c4005505d41690f97cb (diff) | |
parent | 9756f5649fc17b4be9b8f3f9a537ee027faabca2 (diff) | |
download | portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.gz portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.tar.bz2 portato-2455dc6f3ac1b4187d33173eb3d5f061a53aac9f.zip |
Moved from libglade to GtkBuilder.
Overhauled the preference dialog. - Still no user-configs though :(
Diffstat (limited to 'createpot.sh')
-rwxr-xr-x | createpot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createpot.sh b/createpot.sh index ae2db3b..dae69f9 100755 --- a/createpot.sh +++ b/createpot.sh @@ -3,6 +3,6 @@ # Create the .pot file # Thanks to porthole for inspiration ;) -xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.glade") +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") |