diff --git a/roles/mailman3/templates/mailman3/mailman-web.py.j2 b/roles/mailman3/templates/mailman3/mailman-web.py.j2 index 2a09d209..81e856a2 100644 --- a/roles/mailman3/templates/mailman3/mailman-web.py.j2 +++ b/roles/mailman3/templates/mailman3/mailman-web.py.j2 @@ -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', -]