Fixed updating of translations for N_ function

This commit is contained in:
Philipp Wolfer
2008-12-02 23:10:52 +01:00
parent 5907688969
commit 1f2db1defc

View File

@@ -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