From 493d7957fdd4539815baaa04812f918e7193a3ce Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 12 Feb 2021 04:06:51 +0100 Subject: [PATCH] nodes/htz.ex42-1048908: install en_DK.UTF-8 locale apparently past me did weird stuff, so this locale is required for some postgresql databases. --- nodes/htz/ex42-1048908.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 14c0873..20be9b5 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -121,6 +121,8 @@ nodes['htz.ex42-1048908'] = { 'locales': { # because scripts need to generate german date outputs 'de_DE.UTF-8', + # legacy + 'en_DK.UTF-8', }, 'matrix-synapse': { 'server_name': 'franzi.business',