summaryrefslogtreecommitdiffstats
path: root/hugolib
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 /hugolib
parentf330e869e42dc782a48c045aea5d29a134e225cb (diff)
i18n: Move the package below /langs
To get fewer top level packages.
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/hugo_sites.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go
index 6f95dbb12..fdd4e890c 100644
--- a/hugolib/hugo_sites.go
+++ b/hugolib/hugo_sites.go
@@ -44,7 +44,7 @@ import (
"github.com/gohugoio/hugo/langs"
"github.com/gohugoio/hugo/lazy"
- "github.com/gohugoio/hugo/i18n"
+ "github.com/gohugoio/hugo/langs/i18n"
"github.com/gohugoio/hugo/resources/page"
"github.com/gohugoio/hugo/tpl"
"github.com/gohugoio/hugo/tpl/tplimpl"