add multi lang
This commit is contained in:
2026-07-11 20:03:15 +02:00
parent f0813894a8
commit ae3b435b51
116 changed files with 1543 additions and 484 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#4f46e5" />
<title>KtoCo - Wydatki wspólne</title>
<title>WhoWhat - Shared Expenses</title>
<link rel="icon" href="/icons/icon-192.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -14,7 +14,7 @@
/>
<script>
(function () {
var t = localStorage.getItem('ktoco_theme');
var t = localStorage.getItem('whowhat_theme');
if (t === 'light' || t === 'dark') {
document.documentElement.setAttribute('data-theme', t);
}