summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-04 18:25:56 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-04 18:25:56 +0200
commit2838d58b1daa0f6a337125c5a64d06215901c5d6 (patch)
tree11ae254adf5d4665193ab9f3239a9adb0c3a48f3 /tpl
parentf330e869e42dc782a48c045aea5d29a134e225cb (diff)
i18n: Move the package below /langs
To get fewer top level packages.
Diffstat (limited to 'tpl')
-rw-r--r--tpl/tplimpl/template_funcs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/tplimpl/template_funcs_test.go b/tpl/tplimpl/template_funcs_test.go
index c21ef38a6..449d20fd4 100644
--- a/tpl/tplimpl/template_funcs_test.go
+++ b/tpl/tplimpl/template_funcs_test.go
@@ -28,8 +28,8 @@ import (
"github.com/gohugoio/hugo/config"
"github.com/gohugoio/hugo/deps"
"github.com/gohugoio/hugo/hugofs"
- "github.com/gohugoio/hugo/i18n"
"github.com/gohugoio/hugo/langs"
+ "github.com/gohugoio/hugo/langs/i18n"
"github.com/gohugoio/hugo/tpl"
"github.com/gohugoio/hugo/tpl/internal"
"github.com/gohugoio/hugo/tpl/partials"