Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-06-03 21:12:45 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-06-03 21:12:45 (GMT)
commit3e165f38800aaed4983a022e5247399bcdc54ed6 (patch)
treeb57603b269a02b237e11e46d3236b4c98356d92a /utils.py
parentfad7f7f02471ae7e55f5df00112399c7b18cf25f (diff)
Translations for lists.
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils.py b/utils.py
index 3238e9e..8c8ee7e 100644
--- a/utils.py
+++ b/utils.py
@@ -29,10 +29,10 @@ from sugar.activity import activity
from sugar.bundle.activitybundle import ActivityBundle
# Paths
-LIST_DOWNLOAD = "http://people.sugarlabs.org/ignacio/store.lst"
-LIST_DOWNLOAD_MIRROR1 = "http://people.sugarlabs.org/aguz/store.lst"
-LIST_DOWNLOAD_MIRROR2 = "http://www.fing.edu.uy/~aaguiar/files/store.lst"
-LIST_PATH = os.path.join(activity.get_bundle_path(), 'store.lst')
+LIST_DOWNLOAD = _("http://people.sugarlabs.org/ignacio/store.lst")
+LIST_DOWNLOAD_MIRROR1 = _("http://people.sugarlabs.org/aguz/store.lst")
+LIST_DOWNLOAD_MIRROR2 = _("http://www.fing.edu.uy/~aaguiar/files/store.lst")
+LIST_PATH = os.path.join(activity.get_bundle_path(), _('store.lst'))
ICONS_DIR = os.path.join(activity.get_activity_root(), 'data')
TMP_DIR = os.path.join(activity.get_activity_root(), "tmp")