Multi-Language MVP: 4 Locales (DE/EN/UK/RU) mit SSR + UI + Tests #79

Merged
greggy merged 27 commits from feature/multilanguage-mvp into main 2026-06-05 23:49:39 +02:00
Showing only changes of commit 3b4c73425a - Show all commits

View File

@@ -1510,6 +1510,10 @@ footer {
display: none;
}
.locale-switcher__trigger::marker {
content: "";
}
.locale-switcher__trigger:hover,
.locale-switcher__trigger:focus-visible {
background: rgb(0 0 0 / 6%);
@@ -1532,6 +1536,11 @@ footer {
transform: rotate(180deg);
}
.locale-switcher__menu,
.locale-switcher__menu li {
list-style: none;
}
.locale-switcher__menu {
position: absolute;
top: calc(100% + 6px);
@@ -1539,7 +1548,6 @@ footer {
min-width: 180px;
margin: 0;
padding: 6px;
list-style: none;
background: var(--white);
border: 1px solid var(--warm);
border-radius: 10px;