Merge branch 'master' into patch-3

This commit is contained in:
Paul Werner 2023-10-05 07:35:02 +02:00 committed by GitHub
commit ec025319a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 21 additions and 20 deletions

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>Sign in to </title>
<meta charset="utf-8">

View file

@ -78,6 +78,7 @@ public class LoginDataModel {
Map<String, Object> locale = new HashMap<>();
locale.put("current", "English");
locale.put("currentLanguageTag", "en");
locale.put("supported", supported);
return locale;

View file

@ -65,7 +65,7 @@
</#if>
</#assign>
<html>
<html<#if realm.internationalizationEnabled> lang="${locale.currentLanguageTag}"</#if>>
<head>
<@document.kw script=script />
</head>