Add multi language support for authentication middleware

This commit is contained in:
Achim Rohn
2025-09-17 18:05:23 +02:00
parent 667345bc9e
commit f70a4ad777
10 changed files with 182 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
const ContactPath = "/contact"
const ContactPathDe = "/de/kontakt"
const ContactPathDe = "/kontakt"
var contactTexts *ContactTexts