You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
auth Refactor `i18n` to `locale` (#20153) 2 years ago
base Refactor `i18n` to `locale` (#20153) 2 years ago
emails Refactor `i18n` to `locale` (#20153) 2 years ago
org Refactor `i18n` to `locale` (#20153) 2 years ago
packages Refactor `i18n` to `locale` (#20153) 2 years ago
repo Refactor `i18n` to `locale` (#20153) 2 years ago
user Refactor `i18n` to `locale` (#20153) 2 years ago
config.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
cron.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
dashboard.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
hook_new.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
hooks.tmpl Merge default and system webhooks under one menu (#14244) 3 years ago
monitor.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
navbar.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
notice.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
process-row.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
process.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
queue.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
stacktrace-row.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
stacktrace.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago