1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00
gitea/templates/user
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
..
auth Increase auth provider icon size on login page (#27122) 2023-09-19 21:47:13 +00:00
dashboard cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
notification Fix dropdown icon position (#27175) (#27177) 2023-09-21 16:24:07 +00:00
overview Enable djlint H008 and fix issues (#26869) 2023-09-01 17:32:39 +00:00
settings cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
code.tmpl Fix inconsistent user profile layout across tabs (#25625) 2023-07-06 18:59:24 +00:00
heatmap.tmpl Remove fomantic loader module (#26670) 2023-08-25 16:03:14 +00:00
profile.tmpl Minor dashboard tweaks, fix flex-list margins (#26829) 2023-08-31 21:28:45 +00:00