forgejo/templates
Giteabot daaf0ad473
cleanup locale function usage (#27227) (#27240)
Backport #27227 by @denyskon

Throughout the Gitea codebase, you can meet some weird constructions to
make `locale.Tr` work in subtemplates.
Since we now have `ctx.Locale.Tr` which solves that problem, clean up
various templates which pass `locale` through `dict` or use some weird
constructions like `$.root.locale`

Going on, it would be great to replace every case of `$.locale.Tr` and
`.locale.Tr` with `ctx.Locale.Tr`, but that needs to be done with
patience.

Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
2023-09-25 00:21:38 +00:00
..
admin cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
base cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
code cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
devtest cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
explore cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
mail Update team invitation email link (#26550) 2023-08-31 16:26:13 +00:00
org Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
package cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
projects cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
repo cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
shared cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
status Replace fomantic divider module with our own (#25539) 2023-06-29 20:24:22 +08:00
swagger Fix token endpoints ignore specified account (#27080) 2023-09-18 00:21:15 +00:00
user cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
webhook Extract common code to new template (#26933) 2023-09-06 10:11:06 +00:00
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2023-04-01 13:47:54 +08:00
install.tmpl Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2023-06-08 12:23:39 +08:00