[TASK] add minimal translation behaviour

This commit is contained in:
Marie Birner
2025-08-03 10:19:50 +02:00
parent d97a6f6760
commit cc500f58af
2 changed files with 47 additions and 22 deletions

View File

@@ -36,6 +36,12 @@ pub fn new(content: Markup) -> Markup {
li {
span id="theme_switcher" {}
}
li {
button id="language_toogle" lang="en" {
"DE"
}
}
}
}
}