Merge pull request #1940 from ZBoxApp/PLT-7-go

Refactoring api to use translations (chunk 1)
Этот коммит содержится в:
Corey Hulen
2016-01-21 09:48:37 -06:00
родитель 302f210d66 c8d22ed1fb
Коммит 5b2b582890
11 изменённых файлов: 917 добавлений и 146 удалений

Просмотреть файл

@@ -22,6 +22,7 @@ var URL string
func Setup() {
if api.Srv == nil {
utils.LoadConfig("config.json")
utils.InitTranslations()
api.NewServer()
api.StartServer()
api.InitApi()