Install golang-github-nicksnyder-go-i18n-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-nicksnyder-go-i18n-dev
Description:
Go package for i18n with templates and CLDR plural support
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. * Translation files are simple JSON or YAML. * Documented and tested! . This package contains the Go library github.com/nicksnyder/go-i18n/i18n which provides runtime APIs for fetching translated strings.
Homepage: https://github.com/nicksnyder/go-i18n
Version: 1.10.0-1
Section: universe/devel