Patch by unmadindu to remove the msgmerge part from bundlebuilder.py.

Fix #4995.
master
Marco Pesenti Gritti 17 years ago
parent 1cecee8da3
commit 43217b2ba2

@ -237,11 +237,6 @@ def cmd_genpot(bundle_name, manifest):
if retcode:
print 'ERROR - xgettext failed with return code %i.' % retcode
for file_name in _get_po_list(manifest).values():
args = [ 'msgmerge', '-U', file_name, pot_file ]
retcode = subprocess.call(args)
if retcode:
print 'ERROR - msgmerge failed with return code %i.' % retcode
def cmd_genl10n(bundle_name, manifest):
source_path = _get_source_path()

Loading…
Cancel
Save