diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-09 12:34:22 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-09 12:34:22 +0000 |
commit | 3bc6f2ed53d1f80676a78d54befe0bb82e988513 (patch) | |
tree | 7ca3d815cd2eedd99b8ec7f7d22a57a8d88ab6cc /modules | |
parent | 764246c9b2d89e8cdcc6465098760ba0230407fe (diff) | |
download | puppet-3bc6f2ed53d1f80676a78d54befe0bb82e988513.tar puppet-3bc6f2ed53d1f80676a78d54befe0bb82e988513.tar.gz puppet-3bc6f2ed53d1f80676a78d54befe0bb82e988513.tar.bz2 puppet-3bc6f2ed53d1f80676a78d54befe0bb82e988513.tar.xz puppet-3bc6f2ed53d1f80676a78d54befe0bb82e988513.zip |
restrict the locale used by sympa for now, as it flood the log otherwise
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 06a22293..db7f4565 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -180,7 +180,8 @@ lang en_US ## Supported languages ## This is the set of language that will be proposed to your users for the Sympa GUI. Don't select a language if you don't have the proper locale packages installed. -supported_lang ca,cs,de,el,es,et_EE,en_US,fr,fi,hu,it,ja_JP,ko,nl,nb_NO,oc,pl,pt_BR,ru,sv,tr,vi,zh_CN,zh_TW +#supported_lang ca,cs,de,el,es,et_EE,en_US,fr,fi,hu,it,ja_JP,ko,nl,nb_NO,oc,pl,pt_BR,ru,sv,tr,vi,zh_CN,zh_TW +supported_lang en_US,fr ###\\\\ Errors management ////### |