locale: sync from Crowdin (#6404)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-10-31 18:34:44 +08:00
committed by GitHub
parent 053695b63d
commit 428276d7a8
10 changed files with 1778 additions and 1777 deletions

View File

@@ -4,4 +4,4 @@
package conf
//go:generate go-bindata -nomemcopy -pkg=conf -ignore="\\.DS_Store|README.md|TRANSLATORS|auth.d" -prefix=../../../ -debug=false -o=conf_gen.go ../../../conf/...
//go:generate go-bindata -nomemcopy -nometadata -pkg=conf -ignore="\\.DS_Store|README.md|TRANSLATORS|auth.d" -prefix=../../../ -debug=false -o=conf_gen.go ../../../conf/...

File diff suppressed because one or more lines are too long

View File

@@ -14,7 +14,7 @@ import (
"gogs.io/gogs/internal/assets"
)
//go:generate go-bindata -nomemcopy -pkg=public -ignore="\\.DS_Store|less" -prefix=../../../public -debug=false -o=public_gen.go ../../../public/...
//go:generate go-bindata -nomemcopy -nometadata -pkg=public -ignore="\\.DS_Store|less" -prefix=../../../public -debug=false -o=public_gen.go ../../../public/...
/*
This file is a modified version of https://github.com/go-bindata/go-bindata/pull/18.

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@ import (
"gogs.io/gogs/internal/osutil"
)
//go:generate go-bindata -nomemcopy -ignore="\\.DS_Store" -pkg=templates -prefix=../../../templates -debug=false -o=templates_gen.go ../../../templates/...
//go:generate go-bindata -nomemcopy -nometadata -ignore="\\.DS_Store" -pkg=templates -prefix=../../../templates -debug=false -o=templates_gen.go ../../../templates/...
// fileSystem implements the macaron.TemplateFileSystem interface.
type fileSystem struct {

File diff suppressed because it is too large Load Diff