diff options
author | Michael Scherer <misc@mageia.org> | 2011-06-18 11:09:30 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-06-18 11:09:30 +0000 |
commit | 4c6fcaee024e18b4e03dd55f8ef498d125b3381b (patch) | |
tree | 831d7e2c769ffad473f986d4e556cd6b3a659b0b /modules/sympa/templates | |
parent | 1567508dfd6f069432b2018b5f55547827493fed (diff) | |
download | puppet-4c6fcaee024e18b4e03dd55f8ef498d125b3381b.tar puppet-4c6fcaee024e18b4e03dd55f8ef498d125b3381b.tar.gz puppet-4c6fcaee024e18b4e03dd55f8ef498d125b3381b.tar.bz2 puppet-4c6fcaee024e18b4e03dd55f8ef498d125b3381b.tar.xz puppet-4c6fcaee024e18b4e03dd55f8ef498d125b3381b.zip |
disable all supported_lang until we found a solution for the translation of
template
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index afd405d3..8384707c 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -181,7 +181,7 @@ 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 en_US,fr +supported_lang en_US ###\\\\ Errors management ////### |