From 3387e26e7ad17549c3e9f7cc5dd94d5f7d923f8e Mon Sep 17 00:00:00 2001 From: vrana Date: Wed, 20 Jun 2012 11:20:11 -0700 Subject: [PATCH] Describe translation differences Test Plan: Read. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1139 Differential Revision: https://secure.phabricator.com/D2807 --- conf/default.conf.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/default.conf.php b/conf/default.conf.php index d880ce1c9e..83908ccb74 100644 --- a/conf/default.conf.php +++ b/conf/default.conf.php @@ -241,6 +241,7 @@ return array( // one from the user and one from Phabricator turning their mail into // a comment. // - Not supported with a private reply-to address. + // - Mails are sent in the server default translation. // - One mail to each user: // - Recipients need to look in the mail body to see To/Cc. // - If you use mailing lists, recipients may sometimes get duplicate @@ -249,6 +250,7 @@ return array( // can be customzied by each user. // - "Reply All" no longer spams all other users. // - Required if private reply-to addresses are configured. + // - Mails are sent in the language of user preference. // // In the code, splitting one outbound email into one-per-recipient is // sometimes referred to as "multiplexing".