From e72d7828aa78379dd4470655db4ee804604c9e99 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Fri, 30 Jul 2021 19:53:12 +0200 Subject: [PATCH] Add the translation status to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e4728eda..4e1cec7e 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,16 @@ The userinfo endpoint returns json data with the following structure: `id` is the uidNumber, `name` the display name (cn) and `nickname` the uid of the user's LDAP object. + +## Translation + +The web frontend is translated in the following Languages: + + + +The selection uses the language browser header by default but can be overwritten via a UI element. +You can specify the availble languages in the config. + ## License GNU Affero General Public License v3.0, see [LICENSE](LICENSE). -- GitLab