Add new language support

- Update language choose dropdown to fit more languages
This commit is contained in:
Unknwon 2016-04-25 13:40:23 -04:00
parent 78b8b63774
commit 7049cb9d97
12 changed files with 2295 additions and 29 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.22.0422"
const APP_VER = "0.9.22.0425"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())