forgejo/routers
Gusted d55a0b7238
Refactor i18n to locale ()
* 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
..
api Add more linters to improve code readability () 2022-06-20 12:02:49 +02:00
common Fix raw endpoint PDF file headers () 2022-05-28 18:10:14 +03:00
install Refactor i18n to locale () 2022-06-27 15:58:46 -05:00
private Add missing parameter for error in log message () 2022-06-27 16:52:22 +03:00
utils A better go code formatter, and now make fmt can run in Windows () 2021-11-17 20:34:35 +08:00
web Refactor i18n to locale () 2022-06-27 15:58:46 -05:00
init.go Fix data-race problems in git module (quick patch) () 2022-06-11 11:56:27 +08:00