feat: Improve backend multilingual support

This commit is contained in:
CaIon
2026-02-12 14:23:44 +08:00
parent 29d48e262e
commit 4fdd12ac70
17 changed files with 233 additions and 110 deletions
+1
View File
@@ -11,6 +11,7 @@ func Cache() func(c *gin.Context) {
} else {
c.Header("Cache-Control", "max-age=604800") // one week
}
c.Header("Cache-Version", "b688f2fb5be447c25e5aa3bd063087a83db32a288bf6a4f35f2d8db310e40b14")
c.Next()
}
}