[mailman3] Mailman 3 is translated under Bullseye

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-02 11:15:15 +01:00 committed by ynerant
parent ef172cbf49
commit ae4aa2b9e2
1 changed files with 0 additions and 9 deletions

View File

@ -203,12 +203,3 @@ COMPRESS_PRECOMPILERS = (
COMPRESS_OFFLINE = True
POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost/mailman3/'
# Add translations, this will be useless in Debian Bullseye
LANGUAGES = [
('en', 'English'),
('fr', 'Français'),
]
LOCALE_PATHS = [
'/etc/mailman3/locale',
]