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 70691ff242 - Show all commits

View File

@@ -1566,6 +1566,15 @@ footer {
outline: none; outline: none;
} }
.locale-switcher .flag {
width: 24px;
height: 16px;
flex: 0 0 24px;
border-radius: 2px;
box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
display: block;
}
.locale-switcher__option .flag { .locale-switcher__option .flag {
width: 24px; width: 24px;
height: 16px; height: 16px;