0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 02:40:00 +01:00
gitea/routers/web
Gusted d55a0b7238
Refactor i18n to locale (#20153)
* Refactor `i18n` to `locale`

- Currently we're using the `i18n` variable naming for the `locale`
struct. This contains locale's specific information and cannot be used
for general i18n purpose, therefore refactoring it to `locale` makes
more sense.
- Ref: https://github.com/go-gitea/gitea/pull/20096#discussion_r906699200

* Update routers/install/install.go
2022-06-27 15:58:46 -05:00
..
admin Make better use of i18n (#20096) 2022-06-26 22:19:22 +08:00
auth Remove U2F support (#20141) 2022-06-26 21:20:58 -05:00
dev Make better use of i18n (#20096) 2022-06-26 22:19:22 +08:00
events
explore
feed
healthcheck
misc
org
repo Make better use of i18n (#20096) 2022-06-26 22:19:22 +08:00
user Hide notify mail setting ui if not enabled (#20138) 2022-06-28 00:59:47 +08:00
auth_windows.go
auth.go
base.go Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go
webfinger.go