diff options
Diffstat (limited to 'modules/context')
-rw-r--r-- | modules/context/context.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/context/context.go b/modules/context/context.go index faed99da1f..5d4a2cad54 100644 --- a/modules/context/context.go +++ b/modules/context/context.go @@ -194,6 +194,7 @@ func Contexter() macaron.Handler { }, Org: &Organization{}, } + ctx.Data["Language"] = ctx.Locale.Language() c.Data["Link"] = ctx.Link ctx.Data["PageStartTime"] = time.Now() // Quick responses appropriate go-get meta with status 200 |