Make the web app select the language based on browser values

Language also can be selected using the `?l=langcode` query string.
This commit is contained in:
2018-06-29 14:55:57 +02:00
parent bc47310cfb
commit 448ae1bce0
4 changed files with 96 additions and 2 deletions

6
babel.cfg Normal file
View File

@@ -0,0 +1,6 @@
[python: **/*.py]
encoding=utf-8
[jinja2: **/templates/**.html]
encoding=utf-8
extensions=jinja2.ext.autoescape