Merge branch 'fix/use-english-default' into premerge

This commit is contained in:
Jonas Schäfer
2022-06-06 19:46:49 +02:00

View File

@@ -147,9 +147,13 @@ class AppConfig:
site_name = environ.var("")
avatar_cache_ttl = environ.var(1800, converter=int)
languages = environ.var([
# Keep `en` as the first language, because it is used as a fallback
# if the language negotiation cannot find another match. It is more
# likely that users are able to read english (or find a suitable
# online translator) than, for instance, danish.
"en",
"da",
"de",
"en",
"fr",
"id",
"it",