diff --git a/locales/de/main.ftl b/locales/de/main.ftl index 06d862d..3bfd6da 100644 --- a/locales/de/main.ftl +++ b/locales/de/main.ftl @@ -23,4 +23,5 @@ password = Passwort password-placeholder = Leer lassen um das Passwort nicht zu ändern save-user = Benutzer speichern -userid = Benutzernummer \ No newline at end of file +userid = Benutzernummer +statistics = Statistik \ No newline at end of file diff --git a/locales/en/main.ftl b/locales/en/main.ftl index 68781ab..65bc2e1 100644 --- a/locales/en/main.ftl +++ b/locales/en/main.ftl @@ -23,4 +23,5 @@ password = Password password-placeholder = Leave this empty to keep the current password save-user = Save this user -userid = User ID \ No newline at end of file +userid = User ID +statistics = Statistics \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index e81308b..7f7c276 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,16 +11,20 @@ - Kürzel + {{ fluent(key="link-code", lang=user.language) + }} - Ziellink + {{ fluent(key="link-target", lang=user.language) + }} - Benutzername + {{ fluent(key="username", lang=user.language) + }} - Statistik + {{ fluent(key="statistics", lang=user.language) + }} {% for links_user in links_per_users %}