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.
forgejo/templates/repo/settings
wxiaoguang 23b6827151
Fix calls to i18n in templates (#21394)
Although the `.i18n` has been refactored to `.locale`, some PRs using
`.i18n` were still merged.

* #20219
* #21246

This PR fixes the calls to `.i18n`.

At the moment, `{{.nosuch.nosuch "..."}}` won't cause template error so
these mistakes don't cause 500 and haven't been found.
2 years ago
..
webhook Fix calls to i18n in templates (#21394) 2 years ago
branches.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
collaboration.tmpl Make sure fmt catches all templates (#20979) 2 years ago
deploy_keys.tmpl Replace fomantic popup module with tippy.js (#20428) 2 years ago
githook_edit.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
githooks.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
lfs.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
lfs_file.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
lfs_file_find.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
lfs_locks.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
lfs_pointers.tmpl Make sure fmt catches all templates (#20979) 2 years ago
nav.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
navbar.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
options.tmpl Fix issue that `sync_on_commit` is not set (#21309) 2 years ago
protected_branch.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
tags.tmpl Remove fomantic image module (#21145) 2 years ago