Limit creation of extra files

This commit is contained in:
romjerome 2017-03-04 14:55:11 +01:00
parent c8a418f5bf
commit 03c26cb83c

View File

@ -676,9 +676,9 @@ def merge(args):
if arg == 'all':
continue
print ('Merge %(lang)s with current template' % {'lang': arg})
os.system('''%(msgmerge)s %(lang)s gramps.pot -o updated_%(lang)s''' \
os.system('''%(msgmerge)s -U %(lang)s gramps.pot''' \
% {'msgmerge': msgmergeCmd, 'lang': arg})
print ("Updated file: 'updated_%(lang)s'." % {'lang': arg})
print ("Updated file: '%(lang)s'." % {'lang': arg})
def check(args):
"""