Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-09-22 14:16:12 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-09-28 09:40:52 (GMT)
commit29a700b34a8aa2814b8a29fff18921405078fce5 (patch)
treef535a149f0900856d5e8fd380b0eab87617731ad
parent0fd2f8b39bb9f360c15219c5276d7631c9c27d4d (diff)
bundlebuilder: add back build_locale functionality to XOPackager SL #3116
Due to the removal of the manifest support we lost as well the part of the code that does build the locale. This patch adds that functionality back. Signed-off-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--src/sugar/activity/bundlebuilder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/activity/bundlebuilder.py b/src/sugar/activity/bundlebuilder.py
index 8263239..e7641bb 100644
--- a/src/sugar/activity/bundlebuilder.py
+++ b/src/sugar/activity/bundlebuilder.py
@@ -163,6 +163,7 @@ class XOPackager(Packager):
Packager.__init__(self, builder.config)
self.builder = builder
+ self.builder.build_locale()
self.package_path = os.path.join(self.config.dist_dir,
self.config.xo_name)