Add Czech support

This commit is contained in:
Unknwon 2016-05-11 12:00:47 -04:00
parent 3c0c7a9f83
commit fbf43c31e5
12 changed files with 1497 additions and 347 deletions

View file

@ -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())