Go (Golang) GNU gettext utilities package
Features:
- Implements GNU gettext support in native Go.
- Complete support for PO files including:
- Support for multiline strings and headers.
- Support for variables inside translation strings using Go's fmt syntax.
- Support for pluralization
... [More] rules.
- Support for message contexts.
- Thread-safe: This package is safe for concurrent use across multiple goroutines.
- It works with UTF-8 encoding as it's the default for Go language.
- Unit tests available.
- Language codes are automatically simplified from the form en_UK to en if the first isn't available.
- Ready to use inside Go templates. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy