mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 21:54:27 +00:00
23b6827151
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.