Hi, I can't set other languages in MM3 web. I did it https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/model/docs/... I tried to add language cose in settings_local.py and in mailman.cfg but nothing happens
How can I do?
On 1/30/23 02:01, Massimiliano Paragnani wrote:
Hi, I can't set other languages in MM3 web. I did it https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/model/docs/... I tried to add language cose in settings_local.py and in mailman.cfg but nothing happens
The locale for Mailman's web UI (Django) is determined by your Browser
by the Accept-Language header that it sends with requests. You can also
set LANGUAGE_CODE
in settings_local.py to set a default for the
installation
<https://docs.djangoproject.com/en/4.1/ref/settings/#language-code>.
Not that all of this requires that the appropriate compiled message
catalogs exist. This requires running the Django admin compilemessages
command.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Massimiliano Paragnani