gitea/modules/web/middleware
zeripath b228a0aa44
Use index of the supported tags to choose user lang () ()
Backport 

Fix .

The previous implementation used the first return value of matcher.Match, which is the chosen language tag but may contain extensions such as de-DE-u-rg-chzzzz.

As mentioned in the documentation of language package, matcher.Match also returns the index of the supported tags, so I think it is better to use it rather than manipulate the returned language tag.

Co-authored-by: Naohisa Murakami <tiqwab.ch90@gmail.com>
..
binding.go Move middlewares to web/middleware ()
cookie.go Add SameSite setting for cookies ()
data.go Move middlewares to web/middleware ()
flash.go Move middlewares to web/middleware ()
locale.go Use index of the supported tags to choose user lang () ()
request.go Move middlewares to web/middleware ()