Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-11-23 19:02:25 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-11-23 19:02:25 (GMT)
commit43217b2ba202f205b8df7b488d7dfb152cba743d (patch)
treeba91d71d6ba1ccf8b3f57742350992644f972c16 /lib
parent1cecee8da36deb610acd0315036c20547d62a942 (diff)
Patch by unmadindu to remove the msgmerge part from bundlebuilder.py.
Fix #4995.
Diffstat (limited to 'lib')
-rw-r--r--lib/sugar/activity/bundlebuilder.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sugar/activity/bundlebuilder.py b/lib/sugar/activity/bundlebuilder.py
index 927b695..e992557 100644
--- a/lib/sugar/activity/bundlebuilder.py
+++ b/lib/sugar/activity/bundlebuilder.py
@@ -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()