forgejo/templates
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.
2022-10-10 15:05:32 +01:00
..
admin Fix template bug of admin monitor (#21208) 2022-09-19 20:53:39 -04:00
api/packages/pypi
base Removed one extra whitespace in footer after "Template" (#21364) 2022-10-08 11:53:42 +08:00
custom
explore Add whitespace removal inside template curly brackes (#20853) 2022-08-25 17:55:52 -04:00
mail Make sure fmt catches all templates (#20979) 2022-08-31 23:58:54 +08:00
org Allow creation of OAuth2 applications for orgs (#18084) 2022-10-09 20:07:41 +08:00
package Fix empty container layer history and UI (#21251) 2022-09-27 15:03:24 +02:00
repo Fix calls to i18n in templates (#21394) 2022-10-10 15:05:32 +01:00
shared Do not add links to Posters or Assignees with ID < 0 (#20577) 2022-09-03 10:33:34 +01:00
status Remove fomantic image module (#21145) 2022-09-12 17:08:46 +08:00
swagger Make external issue tracker regexp configurable via API (#21338) 2022-10-07 20:49:30 +08:00
user Allow creation of OAuth2 applications for orgs (#18084) 2022-10-09 20:07:41 +08:00
home.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
install.tmpl Rework mailer settings (#18982) 2022-08-02 13:24:18 +08:00
post-install.tmpl