Imports of package i18n

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gohugoio/go-i18n/v2/i18n
github.com/gohugoio/hugo/common/herrorsPackage herrors contains common Hugo errors and error related utilities.
github.com/gohugoio/hugo/common/hreflectPackage hreflect contains reflect helpers.
github.com/gohugoio/hugo/common/loggerspackage loggers contains some basic logging setup.
github.com/gohugoio/hugo/common/paths
github.com/gohugoio/hugo/config
github.com/gohugoio/hugo/deps
github.com/gohugoio/hugo/helpersPackage helpers implements general utility functions that work with and on content.
github.com/gohugoio/hugo/hugofsPackage hugofs provides the file systems used by Hugo.
github.com/gohugoio/hugo/resources/pagePackage page contains the core interfaces and types for the Page resource, a core component in Hugo.
github.com/gohugoio/hugo/sourcePackage source contains the types and functions related to source files.
github.com/pelletier/go-toml/v2Package toml is a library to read and write TOML documents.
github.com/spf13/castPackage cast provides easy and safe casting in Go.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.