Remove --no-wrap option from merging
Consistency with most translation files
This commit is contained in:
parent
a40fbc1716
commit
99d38a539e
@ -701,7 +701,7 @@ def merge(args):
|
|||||||
if arg == 'all':
|
if arg == 'all':
|
||||||
continue
|
continue
|
||||||
print ('Merge %(lang)s with current template' % {'lang': arg})
|
print ('Merge %(lang)s with current template' % {'lang': arg})
|
||||||
os.system('''%(msgmerge)s --no-wrap %(lang)s gramps.pot -o updated_%(lang)s''' \
|
os.system('''%(msgmerge)s %(lang)s gramps.pot -o updated_%(lang)s''' \
|
||||||
% {'msgmerge': msgmergeCmd, 'lang': arg})
|
% {'msgmerge': msgmergeCmd, 'lang': arg})
|
||||||
print ("Updated file: 'updated_%(lang)s'." % {'lang': arg})
|
print ("Updated file: 'updated_%(lang)s'." % {'lang': arg})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user