The Wayback Machine - https://web.archive.org/web/20220527163847/https://github.com/topics/element-web
Skip to content
#

element-web

Here are 8 public repositories matching this topic...

LAWA-IT-Service
LAWA-IT-Service commented Apr 20, 2021

Changing the locale via script is possible in the following way

sed -i "s/^#.$LXC_LOCALE/$LXC_LOCALE/" /etc/locale.gen
locale-gen $LXC_LOCALE
echo LANG=$LXC_LOCALE > /etc/default/locale
echo LANGUAGE=$LXC_LOCALE >> /etc/default/locale
export LANG=$LXC_LOCALE

Hint change zamba.conf to
LXC_LOCALE=de_DE.UTF-8

enhancement good first issue

Improve this page

Add a description, image, and links to the element-web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the element-web topic, visit your repo's landing page and select "manage topics."

Learn more