mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-06 21:35:09 +00:00
Fixed updating of translations for N_ function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user