mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
langs/i18n: Fix multiple unknown language codes
This fixes a bug upstream by temporarily using a patched version of go-i18n. Closes #7838
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
yaml "gopkg.in/yaml.v2"
|
||||
|
||||
"github.com/gohugoio/hugo/helpers"
|
||||
"github.com/nicksnyder/go-i18n/v2/i18n"
|
||||
"github.com/gohugoio/go-i18n/v2/i18n"
|
||||
toml "github.com/pelletier/go-toml"
|
||||
|
||||
"github.com/gohugoio/hugo/deps"
|
||||
|
Reference in New Issue
Block a user