summaryrefslogtreecommitdiffstats
path: root/tpl/template_i18n.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/template_i18n.go')
-rw-r--r--tpl/template_i18n.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/template_i18n.go b/tpl/template_i18n.go
index a725856e4..a7ec0df98 100644
--- a/tpl/template_i18n.go
+++ b/tpl/template_i18n.go
@@ -33,6 +33,7 @@ type translate struct {
current bundle.TranslateFunc
}
+// TODO(bep) global translator
var translator *translate
// SetTranslateLang sets the translations language to use during template processing.