summaryrefslogtreecommitdiffstats
path: root/modules/translation/translation.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation/translation.go')
-rw-r--r--modules/translation/translation.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/translation/translation.go b/modules/translation/translation.go
index 94a93a40ae..28ff6a5db1 100644
--- a/modules/translation/translation.go
+++ b/modules/translation/translation.go
@@ -49,7 +49,6 @@ func InitLocales() {
}
}
- // These codes will be used once macaron removed
tags := make([]language.Tag, len(setting.Langs))
for i, lang := range setting.Langs {
tags[i] = language.Raw.Make(lang)