1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Use i18n.Reset to reload locales (#15073)

This commit is contained in:
6543
2021-03-21 16:11:36 +01:00
committed by GitHub
parent 17731e05ff
commit 24f7bd5899
5 changed files with 11 additions and 12 deletions

2
go.mod
View File

@@ -120,7 +120,7 @@ require (
github.com/tstranex/u2f v1.0.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/unknwon/com v1.0.1
github.com/unknwon/i18n v0.0.0-20200823051745-09abd91c7f2c
github.com/unknwon/i18n v0.0.0-20210321134014-0ebbf2df1c44
github.com/unknwon/paginater v0.0.0-20200328080006-042474bd0eae
github.com/unrolled/render v1.0.3
github.com/urfave/cli v1.22.5