summaryrefslogtreecommitdiffstats
path: root/langs
diff options
context:
space:
mode:
Diffstat (limited to 'langs')
-rw-r--r--langs/language.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/language.go b/langs/language.go
index 46f1be60e..c4cba15bf 100644
--- a/langs/language.go
+++ b/langs/language.go
@@ -21,8 +21,8 @@ import (
"github.com/pkg/errors"
- translators "github.com/bep/gotranslators"
- "github.com/go-playground/locales"
+ translators "github.com/gohugoio/localescompressed"
+ "github.com/gohugoio/locales"
"github.com/gohugoio/hugo/common/maps"
"github.com/gohugoio/hugo/config"
)