From 042fe9130cd18f62b687d833a2ee6ea4578bfe45 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 5 Jul 2023 14:14:40 +0200 Subject: [PATCH] Document formal translation switch Signed-off-by: Knut Ahlers --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ccf41f8..e68fea7 100644 --- a/README.md +++ b/README.md @@ -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`.