Imports of package i18n

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
github.com/BurntSushi/tomlPackage toml implements decoding and encoding of TOML files.
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/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/sourcePackage source contains the types and functions related to source files.
github.com/nicksnyder/go-i18n/v2/i18nPackage i18n provides support for looking up messages according to a set of locale preferences.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
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.