Localisation

This commit is contained in:
Paul Schneider 2026-07-12 15:18:07 +01:00
commit afcb6167e6
2 changed files with 69 additions and 3 deletions

View file

@ -3,9 +3,9 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url=@Model.RedirectUrl" />
<title>@Localizer["Redirecting"]</title>
<title>@Localizer["Redirecting-Title"]</title>
</head>
<body>
<p>@Localizer["Redirecting to"] <a href="@Model.RedirectUrl">@Model.RedirectUrl</a>…</p>
@Localizer["Redirecting-Message"]
</body>
</html>
</html>