21 Jul
2020
21 Jul
'20
12:19 a.m.
Hi everyone, Debian buster run on my server. I installed the apt install mailman3-full package and configured it. Everything works fine. I'm trying to change the language (mailman3, postorius and hyperkitty) from English to Italian, but it's not clear what I'm missing. These are the files that I modified to try to set the Italian language:
/etc/mailman3/mailman.cfg default_language: it
/etc/mailman3/mailman-web.py LANGUAGE_CODE = 'it-IT' TIME_ZONE = 'Europe/Rome' USE_I18N = True USE_L10N = True USE_TZ = True
/usr/lib/python3/dist-packages/django/conf/global_settings.py TIME_ZONE = 'Europe/Rome' USE_TZ = True LANGUAGE_CODE = 'it-IT'
With this command, I set the Italian language to the list. It takes the setting, but it doesn't work sudo mailman shell -l test@pratico.work
m.preferred_language='it' commit() CTRL-D
Can anyone tell me what I'm missing? Thank you in advance
Max