Trying to create I18nText

This commit is contained in:
Achim Rohn
2025-08-11 13:58:28 +02:00
parent 8e346a40cb
commit 198ce86945
2 changed files with 6 additions and 8 deletions
-7
View File
@@ -5,13 +5,6 @@ import (
. "maragu.dev/gomponents"
)
type Language string
const (
En Language = "en"
De Language = "de"
)
type NavItem struct {
Label string
Url string