cmd: new command 'import locale'

Quickly import locale files downloaded from Crowdin.
This commit is contained in:
Unknwon
2016-12-20 22:34:58 -05:00
parent 105c528369
commit cc45a8ab06
4 changed files with 86 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.100.1119"
const APP_VER = "0.9.101.1220"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
@@ -36,6 +36,7 @@ func main() {
cmd.CmdDump,
cmd.CmdCert,
cmd.CmdAdmin,
cmd.CmdImport,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)