Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
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'))