From dda16d14007ac59cc41af5488ed16de73fd16249 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Mon, 12 Jul 2021 21:24:59 +0200 Subject: [PATCH] Set defaul language to de_DE.utf-8 --- conf/zamba.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index 1e20320..791bcad 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -74,7 +74,7 @@ LXC_TIMEZONE="Europe/Berlin" # Define system language on LXC container (locales) # With thi paramater you can generate additional locales, the default language will be inherited from proxmox host. -LXC_LOCALE="en_US.UTF-8" +LXC_LOCALE="de_DE.UTF-8" # Set dark background for vim syntax highlighting (0 or 1) LXC_VIM_BG_DARK=1