Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/aslo/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'aslo/config.php')
-rw-r--r--aslo/config.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/aslo/config.php b/aslo/config.php
index 6cf1346..08f6b26 100644
--- a/aslo/config.php
+++ b/aslo/config.php
@@ -243,7 +243,14 @@ define('SITE_FAQ', 'http://wiki.sugarlabs.org/go/Activity_Library/FAQ');
define('SITE_BLOG', 'http://planet.sugarlabs.org/');
define('SITE_IRC', '#sugar on chat.freenode.net');
-define('SITE_RELEASE_EMAIL', 'sugar-devel@lists.sugarlabs.org');
+global $SITE_RELEASE_EMAIL;
+$SITE_RELEASE_EMAIL = array(
+ 'en_US' => array('email' => 'sugar-devel@lists.sugarlabs.org',
+ 'subject' => '[RELEASE] %s-%s',
+ 'template' => 'release_en'),
+ 'es_ES' => array('email' => 'olpc-sur@lists.laptop.org',
+ 'subject' => '[RELEASE] %s-%s',
+ 'template' => 'release_es'));
define('ADMIN_EMAIL', 'aslo-admins@sugarlabs.org');
define('EDITOR_EMAIL', 'aslo-editors@sugarlabs.org');