summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mattermost.go b/mattermost.go
index 4cca4c200..bc90d1139 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -74,12 +74,12 @@ func doLoadConfig(filename string) (err string) {
err = fmt.Sprintf("%v", r)
}
}()
+ utils.TranslationsPreInit()
utils.LoadConfig(filename)
return ""
}
func main() {
-
parseCmds()
if errstr := doLoadConfig(flagConfigFile); errstr != "" {