3
0
This commit is contained in:
2022-04-07 13:53:45 +02:00
parent 71e7fe7b09
commit 7420b4107e
4 changed files with 24 additions and 29 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ In production put a reverse proxy in front of the local web ui (on 127.0.0.1:800
Create `custom/templates` and put customized templates (from `src/capport/api/templates`) there.
Create `i18n/<langcode>` folders to put localized templates into.
Create `i18n/<langcode>` folders to put localized templates into (localized extends must use the full `i18n/.../basetmpl` paths though).
Requests with a `setlang=<langcode>` query parameter will set the language and try to store the choice in a session cookie.