gitea/modules/translation
silverwind 88f835192d
Replace `interface{}` with `any` ()
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
..
i18n Replace `interface{}` with `any` ()
mock.go Replace `interface{}` with `any` ()
translation.go
translation_test.go