Commit Graph

3 Commits (2220e5d2455b28450e2f505152f9fbb8ac597e80)

Author SHA1 Message Date
Jason Song f59a74852b
Update gitea-vet to check FSFE REUSE ()
Related to:
- 
- https://gitea.com/gitea/gitea-vet/pulls/21

What it looks like when it's working:
https://drone.gitea.io/go-gitea/gitea/64040/1/5

All available SPDX license identifiers: [SPDX License
List](https://spdx.org/licenses/).

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
wxiaoguang 0614ae1c44
Remove unnecessary misspell ignore pattern ()
It doesn't make sense to ignore the pattern again and again.
wxiaoguang d242511e86
Remove legacy unmaintained packages, refactor to support change default locale ()
Remove two unmaintained vendor packages `i18n` and `paginater`. Changes:
* Rewrite `i18n` package with a more clear fallback mechanism. Fix an unstable `Tr` behavior, add more tests.
* Refactor the legacy `Paginater` to `Paginator`, test cases are kept unchanged.

Trivial enhancement (no breaking for end users):
* Use the first locale in LANGS setting option as the default, add a log to prevent from surprising users.