summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-14 14:53:26 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-06-14 13:53:26 -0400
commitaf4110b2ed9654986c8ef150d7ca9e76f326191c (patch)
tree47dbd78028a76f011c006557f18f00f5da99884a /model
parent8f87e60231c406d9f26c1b3a84abd725e544a187 (diff)
downloadchat-af4110b2ed9654986c8ef150d7ca9e76f326191c.tar.gz
chat-af4110b2ed9654986c8ef150d7ca9e76f326191c.tar.bz2
chat-af4110b2ed9654986c8ef150d7ca9e76f326191c.zip
Add German Localization (#3328)
Diffstat (limited to 'model')
-rw-r--r--model/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/config.go b/model/config.go
index f99b0454e..0afc01750 100644
--- a/model/config.go
+++ b/model/config.go
@@ -41,6 +41,7 @@ const (
// should match the values in webapp/i18n/i18n.jsx
var LOCALES = []string{
+ "de",
"en",
"es",
"fr",