From 1f2db1defcf3eb893fa938fbe6737986d14dda44 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 2 Dec 2008 23:10:52 +0100 Subject: [PATCH] Fixed updating of translations for N_ function --- po/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/update.py b/po/update.py index 47e405e72..1be594ef5 100755 --- a/po/update.py +++ b/po/update.py @@ -13,7 +13,7 @@ for root, dirs, files in os.walk(os.path.join('..', 'picard')): cmd = "xgettext --copyright-holder=MusicBrainz " \ "--msgid-bugs-address=http://bugs.musicbrainz.org/ " \ - "--add-comments=TR -L Python -d picard -o picard.pot -k=N_ " + \ + "--add-comments=TR -L Python -d picard -o picard.pot --keyword=N_ " + \ " ".join(sources) print cmd