gitea/templates/repo
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
..
actions cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
branch cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
cite
code Fix template bugs in recently_pushed_new_branches.tmpl (#26744) 2023-08-27 08:16:02 +08:00
diff cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
editor Fix EOL handling in web editor (#27141) (#27234) 2023-09-24 22:10:38 +00:00
find
graph Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
issue cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
migrate Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
projects Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
pulls Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
release cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
settings cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
tag
wiki cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
activity.tmpl Fix dropdown icon position (#27175) (#27177) 2023-09-21 16:24:07 +00:00
blame.tmpl cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
branch_dropdown.tmpl Fix incorrect default branch label while switching between branches (#27053) 2023-09-14 03:54:25 +00:00
clone_buttons.tmpl Remove some transition related code (#26755) 2023-08-28 01:26:23 +00:00
clone_script.tmpl
commit_load_branches_and_tags.tmpl
commit_page.tmpl Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
commit_status.tmpl
commit_statuses.tmpl cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
commits_list_small.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
commits_list.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
commits_table.tmpl Remove ref name in PR commits page (#25876) 2023-08-24 01:31:54 +00:00
commits.tmpl Fix dropdown icon position (#27175) (#27177) 2023-09-21 16:24:07 +00:00
create_helper.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
create.tmpl Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
empty.tmpl
file_info.tmpl
forks.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
graph.tmpl
header.tmpl Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
home.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
icon.tmpl Refactor some CSS styles and simplify code (#26771) 2023-08-28 22:14:51 +08:00
packages.tmpl
release_tag_header.tmpl Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
search_name.tmpl
search.tmpl Refactor some CSS styles and simplify code (#26771) 2023-08-28 22:14:51 +08:00
shabox_badge.tmpl cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
sub_menu.tmpl Improve "language stats" UI (#26968) 2023-09-10 18:27:23 +08:00
unicode_escape_prompt.tmpl cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
upload.tmpl
user_cards.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
view_file.tmpl Remove CSS has selector and improve various styles (#26891) 2023-09-04 18:22:46 +08:00
view_list.tmpl Refactor "shortsha" (#26877) 2023-09-03 02:58:52 +00:00
watchers.tmpl