Add Czech support
This commit is contained in:
parent
3c0c7a9f83
commit
fbf43c31e5
12 changed files with 1497 additions and 347 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.25.0506"
|
||||
const APP_VER = "0.9.26.0511"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue