forgejo/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
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
clone_buttons.tmpl
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.tmpl Fix dropdown icon position (#27175) (#27177) 2023-09-21 16:24:07 +00:00
commits_list.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
commits_list_small.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
commits_table.tmpl
create.tmpl Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
create_helper.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
empty.tmpl
file_info.tmpl
forks.tmpl
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
packages.tmpl
release_tag_header.tmpl Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
search.tmpl
search_name.tmpl
shabox_badge.tmpl cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
sub_menu.tmpl
unicode_escape_prompt.tmpl cleanup locale function usage (#27227) (#27240) 2023-09-25 00:21:38 +00:00
upload.tmpl
user_cards.tmpl
view_file.tmpl
view_list.tmpl
watchers.tmpl