From 1cb9801fa65f3f7bdfcecb3e393bc5c6692861f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 7 Mar 2020 17:02:14 +0100 Subject: [PATCH] Update examples again --- web_config.example.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web_config.example.py b/web_config.example.py index af4ceeb..88e8acd 100644 --- a/web_config.example.py +++ b/web_config.example.py @@ -42,3 +42,13 @@ SNIKKET_DOMAIN = "localhost" # not re-transferred. # # AVATAR_CACHE_TTL = 1800 + +# Which languages to offer +# +# Generally, the web portal will offer all languages it has available. There +# is little point in restricting this, unless if you’re in a situation where +# the release you’re on has a terrible translation of a specific language +# and not offering that language at all is better than having that terrible +# translation. +# +# LANGUAGES = ["de", "en"]