gitea/templates/repo/projects
silverwind 647b2649b1
Make sure fmt catches all templates ()
* Make sure fmt catches all templates

Make's `wildcard` is not recursive so it missed many template files, fix
that by using `find`.

* Update Makefile
..
list.tmpl Make sure fmt catches all templates ()
new.tmpl Refactor `i18n` to `locale` ()
view.tmpl Make sure fmt catches all templates ()