summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-21 09:48:37 -0600
committerCorey Hulen <corey@hulen.com>2016-01-21 09:48:37 -0600
commit5b2b5828903b70bafcd81d2f216a3770c1e05202 (patch)
treeca960da2c65ac9ba493ef4eed3341f2f7f9b1880 /web
parent302f210d66fd0850852aa2e636df14509688ee18 (diff)
parentc8d22ed1fba591e7a6b18afc5e6a6d541c11645c (diff)
downloadchat-5b2b5828903b70bafcd81d2f216a3770c1e05202.tar.gz
chat-5b2b5828903b70bafcd81d2f216a3770c1e05202.tar.bz2
chat-5b2b5828903b70bafcd81d2f216a3770c1e05202.zip
Merge pull request #1940 from ZBoxApp/PLT-7-go
Refactoring api to use translations (chunk 1)
Diffstat (limited to 'web')
-rw-r--r--web/web_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web_test.go b/web/web_test.go
index 97e5ff154..efe681a55 100644
--- a/web/web_test.go
+++ b/web/web_test.go
@@ -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()