Commit Graph

5 Commits (3a924fdc8396d989b1468153bb3c8be9f71ca586)

Author SHA1 Message Date
wxiaoguang 93bd4351bf
Fix more "locale" usages (#27259) 1 year ago
delvh 7960ba7e2b
Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
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
3 years ago
wxiaoguang 5506cb92da
Refactor webhooks i18n (#18380) 3 years ago
Lunny Xiao 83a8944fcf
Add feishu webhook support (#10229)
Add feishu webhook support
5 years ago