feat: 7 languages — EN, DE, FR, IT, ES, PT, RU

- Full translations for all UI strings in 7 languages
- Language picker shows native names (Français, Italiano, Español, Português, Русский)
- Auto-detection via navigator.languages
- Cyrillic font subset for Russian (Inter, 19KB)
- Footer shared across all languages (untranslated links)
This commit is contained in:
Alexander Schmidt
2026-03-25 18:15:07 +01:00
parent 4c93e335f3
commit e7f3451f82
5 changed files with 302 additions and 58 deletions

View File

@@ -112,7 +112,7 @@
<path d="M2 12h20"/>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10A15.3 15.3 0 0 1 12 2z"/>
</svg>
<span id="langCurrent">DE</span>
<span id="langCurrent">English</span>
</button>
<div class="lang-dropdown" id="langDropdown"></div>
</div>