Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-10-26 18:37:02 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-10-26 18:37:02 (GMT)
commit73ec930524c1840568528fff31d5d26064fed538 (patch)
tree651918b4c8e0a055dd7489da79dcfd80f5ca46e6 /config.py
parent74024d9d8ff4442f51d7178418e9b041af0809eb (diff)
Add #olpc-aprendizaje channel; add new channels from config
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index db4ecc4..c7d2367 100644
--- a/config.py
+++ b/config.py
@@ -45,6 +45,9 @@ conf.registerGlobalValue(Lingvo, 'contact',
conf.registerGlobalValue(Lingvo, 'documentation_url',
registry.String('http://wiki.sugarlabs.org/go/Service/meeting/Usage',
'Url to the site with documentations'))
+conf.registerGlobalValue(Lingvo, 'channels',
+ conf.SpaceSeparatedSetOfChannels([],
+ 'List of channels that are permitted to be translated'))
conf.registerChannelValue(Lingvo, 'pinned',
registry.Boolean(False,
'Should empty translation channels be auto closed'))