Browse Source

Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	api/v1/public.go
#	cmd/httpserver/server.go
#	common/config.go
#	config/config.toml.template
shao 1 week ago
parent
commit
a73df0982e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      common/config.go

+ 0 - 1
common/config.go

@@ -73,7 +73,6 @@ func (p *postgres) setup() {
 
 // metadata配置
 type metadata struct {
-	Locales   []string
 	Languages []Lang
 	Product   Product
 	Sources   []Source