gitea/modules/web/middleware
wxiaoguang d242511e86
Remove legacy unmaintained packages, refactor to support change default locale (#19308)
Remove two unmaintained vendor packages `i18n` and `paginater`. Changes:
* Rewrite `i18n` package with a more clear fallback mechanism. Fix an unstable `Tr` behavior, add more tests.
* Refactor the legacy `Paginater` to `Paginator`, test cases are kept unchanged.

Trivial enhancement (no breaking for end users):
* Use the first locale in LANGS setting option as the default, add a log to prevent from surprising users.
2022-04-03 17:46:48 +08:00
..
binding.go Refactor legacy unknwon/com package, improve golangci lint (#19284) 2022-04-01 16:47:50 +08:00
cookie.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
data.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
flash.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
locale.go Remove legacy unmaintained packages, refactor to support change default locale (#19308) 2022-04-03 17:46:48 +08:00
request.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00