go-i18n is a Go package and a command that helps you translate Go programs into
multiple languages.
– Supports pluralized strings for all 200+ languages in the Unicode Common
Locale Data Repository (CLDR).
– Code and tests are automatically generated from CLDR data.
– Supports strings with named variables using text/template syntax.
– Supports message files of any format (e.g. JSON, TOML, YAML, etc.).
– Documented and tested!
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/nicksnyder/go-i18n/v2