We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f54b6 commit 377db7fCopy full SHA for 377db7f
middleware/i18n/i18n.go
@@ -34,7 +34,7 @@ type Config struct {
34
// Checked: Serving state, runtime.
35
Cookie string
36
// If SetCookie is true and Cookie field is not empty
37
- // then it will set the cookie to the language found by y Context's Value's "lang" key or URLParameter or Cookie or Indentifier.
+ // then it will set the cookie to the language found by Context's Value's "lang" key or URLParameter or Cookie or Indentifier.
38
// Defaults to false.
39
SetCookie bool
40
0 commit comments