On 10/06/2017 07:34 AM, thor.rustad@gmail.com wrote:
I made it work, sort of, after creating the directory structure templates/site/no and put the templates inside the 'no' folder. However, I can't make it work without setting the language manually for each list first. New lists are created with English as their language, breaking the creation of welcome mail. Also, I can not add members to the lists from Postorius. I want all new lists to use utf-8 without having to use mailman shell. How can it be done?
Put
[mailman] default_language: no
in your mailman config.
Mark,
I already have that in my mailman-extra.cfg. See https://gitlab.com/mailman/mailman/issues/413#note_42453740, there's my config.
When I make a new list, the list's language is English/us-ascii. However, it will choose the templates from the site/no directory. So it chooses the correct template for my site preferences, but the list has the wrong language. Mailman reports Norwegian as default language. Is all language related setup in files? Should I check postgresql for language settings?
Thor