fix: default app UI language to English (login page)

This commit is contained in:
npeter83 2026-06-11 01:03:36 +02:00
parent a3aa2a72bc
commit 10ef62bbad

View file

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="hu"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
@ -42,7 +42,7 @@
<body> <body>
<div class="card"> <div class="card">
<div class="logo">Sub<span>feed</span></div> <div class="logo">Sub<span>feed</span></div>
<p>A te feliratkozásaid, a te szűrőid szerint.<br />Jelentkezz be a Google-fiókoddal.</p> <p>Your subscriptions, filtered your way.<br />Sign in with your Google account.</p>
<a class="btn" href="/auth/login"> <a class="btn" href="/auth/login">
<svg width="18" height="18" viewBox="0 0 48 48" aria-hidden="true"> <svg width="18" height="18" viewBox="0 0 48 48" aria-hidden="true">
<path fill="#EA4335" d="M24 9.5c3.5 0 6.6 1.2 9.1 3.6l6.8-6.8C35.9 2.4 30.4 0 24 0 14.6 0 6.4 5.4 2.5 13.3l7.9 6.1C12.3 13.2 17.7 9.5 24 9.5z"/> <path fill="#EA4335" d="M24 9.5c3.5 0 6.6 1.2 9.1 3.6l6.8-6.8C35.9 2.4 30.4 0 24 0 14.6 0 6.4 5.4 2.5 13.3l7.9 6.1C12.3 13.2 17.7 9.5 24 9.5z"/>
@ -50,9 +50,9 @@
<path fill="#FBBC05" d="M10.4 28.6c-.5-1.4-.8-2.9-.8-4.6s.3-3.2.8-4.6l-7.9-6.1C.9 16.5 0 20.1 0 24s.9 7.5 2.5 10.7l7.9-6.1z"/> <path fill="#FBBC05" d="M10.4 28.6c-.5-1.4-.8-2.9-.8-4.6s.3-3.2.8-4.6l-7.9-6.1C.9 16.5 0 20.1 0 24s.9 7.5 2.5 10.7l7.9-6.1z"/>
<path fill="#34A853" d="M24 48c6.4 0 11.9-2.1 15.9-5.8l-7.1-5.5c-2 1.3-4.5 2.1-8.8 2.1-6.3 0-11.7-3.7-13.6-9.9l-7.9 6.1C6.4 42.6 14.6 48 24 48z"/> <path fill="#34A853" d="M24 48c6.4 0 11.9-2.1 15.9-5.8l-7.1-5.5c-2 1.3-4.5 2.1-8.8 2.1-6.3 0-11.7-3.7-13.6-9.9l-7.9 6.1C6.4 42.6 14.6 48 24 48z"/>
</svg> </svg>
Bejelentkezés Google-fiókkal Sign in with Google
</a> </a>
<div class="foot">Csak meghívott fiókok léphetnek be.</div> <div class="foot">Invite-only access.</div>
</div> </div>
</body> </body>
</html> </html>