diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-06-12 21:52:02 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-12 21:52:02 +0200 |
commit | ed39d18545982af2192a587f477fb32d766f0459 (patch) | |
tree | dfdaee9359dac488a2c764a9600aa053f0578a22 /roles/lists | |
parent | 04ecca16e72aeec8f145b57e8c6f091ea2fdc275 (diff) |
Sympa: Enable French support.
Cf. msgid=<c368f04c-b8d1-4623-98f0-b6a3b724f90d@dubre.me>.
Diffstat (limited to 'roles/lists')
-rw-r--r-- | roles/lists/files/etc/sympa/sympa/sympa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lists/files/etc/sympa/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa/sympa.conf index 7d29173..76573ac 100644 --- a/roles/lists/files/etc/sympa/sympa/sympa.conf +++ b/roles/lists/files/etc/sympa/sympa/sympa.conf @@ -164,7 +164,7 @@ queueautomatic /var/spool/sympa/automatic ## 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 sv,en_US +supported_lang sv,en_US,fr ## Default language (one of supported languages) ## This is the default language used by Sympa |