diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 08:58:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 08:58:17 -0300 |
commit | 59c338448ea7b5b2d6fb8a08637e48e7468a3985 (patch) | |
tree | 27d82421ba5d939e5e22b0825d4097565f5d23bb | |
parent | 72f18d6ed5f9323f64c8c9d28a00434cce78c60c (diff) | |
download | puppet-mail-59c338448ea7b5b2d6fb8a08637e48e7468a3985.tar.gz puppet-mail-59c338448ea7b5b2d6fb8a08637e48e7468a3985.tar.bz2 |
Sympa: support more languages
-rw-r--r-- | templates/sympa/sympa.conf.wheezy.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sympa/sympa.conf.wheezy.erb b/templates/sympa/sympa.conf.wheezy.erb index 52ee8a9..78080b8 100644 --- a/templates/sympa/sympa.conf.wheezy.erb +++ b/templates/sympa/sympa.conf.wheezy.erb @@ -165,7 +165,7 @@ wwsympa_url https://<%= subdomain %>.<%= domain %>/wws soap_url https://<%= subdomain %>.<%= domain %>/sympasoap ## Supported languages for the user interface -supported_lang en_US,pt_BR +supported_lang en_US,pt_BR,es,fr,de bounce_warn_rate 30 bounce_halt_rate 50 bounce_warn_rate 30 |