Document formal translation switch

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-07-05 14:14:40 +02:00
parent 40dddf440f
commit 042fe9130c
No known key found for this signature in database
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -74,6 +74,11 @@ expiryChoices: [300, ...]
# root of the application (i.e. an app.png would be served at
# https://ots.example.com/app.png).
overlayFSPath: /path/to/ots-customization
# Switch to formal translations for languages having those defined.
# Languages not having a formal version will still display the normal
# translations in the respective language.
useFormalLanguage: false
```
To override the styling of the application have a look at the [`src/style.scss`](./src/style.scss) file how the theme of the application is built and present the compiled `app.css` in the `overlayFSPath`.