mirror of https://github.com/go-gitea/gitea.git
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.
a60e8be8d1
* remove unnecessary web context data fields, and unify the i18n/translation related functions to `Locale` * in development, show an error if a translation key is missing * remove the unnecessary loops `for _, lang := range translation.AllLangs()` for every request, which improves the performance slightly * use `ctx.Locale.Language()` instead of `ctx.Data["Lang"].(string)` * add more comments about how the Locale/LangType fields are used |
3 years ago | |
---|---|---|
.. | ||
access_log.go | 4 years ago | |
api.go | 3 years ago | |
api_org.go | 3 years ago | |
api_test.go | 3 years ago | |
auth.go | 3 years ago | |
captcha.go | 3 years ago | |
context.go | 3 years ago | |
csrf.go | 3 years ago | |
form.go | 3 years ago | |
org.go | 3 years ago | |
pagination.go | 3 years ago | |
permission.go | 3 years ago | |
private.go | 3 years ago | |
repo.go | 3 years ago | |
response.go | 3 years ago | |
xsrf.go | 4 years ago | |
xsrf_test.go | 4 years ago |