Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-10-22 01:22:24 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-10-22 01:22:24 (GMT)
commit04bec88d6a4d2f5835aadfe47d7f2b44be8c9629 (patch)
treea583e5b94bd6a7cc6d5f508ed846604e458ce039
parent6d2113c20a6578660fc7d4fb4f7b425632c63c2a (diff)
TamTam* appears untranslated #3202
-rw-r--r--common/Config.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/Config.py b/common/Config.py
index 1c6b869..85fa2bf 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -10,8 +10,6 @@ from sugar.activity.activity import get_bundle_path, get_activity_root
from sugar import env
-GETTTEXT_DOMAIN = 'org.laptop.TamTamSuite'
-
#QUICKLOAD = os.path.isfile("QUICKLOAD") # skip loading inessential comenents to speed things up
FEATURES_OGG = True
@@ -51,10 +49,6 @@ for i in (INSTANCE_DIR, DATA_DIR, SNDS_INFO_DIR, TMP_DIR):
if not os.path.isdir(i):
os.makedirs(i)
-# All TamTam activities use the same gettext domain
-gettext.bindtextdomain(GETTTEXT_DOMAIN, join(TAM_TAM_ROOT, 'locale'))
-gettext.textdomain(GETTTEXT_DOMAIN)
-
#PLUGIN
PLUGIN_DEBUG = os.getenv("CSOUND_LOGFILE", "")
PLUGIN_VERBOSE = DEBUG