2017-08-25 18:30:23 +02:00
|
|
|
go-i18n is a Go package and a command that helps you translate Go programs into
|
|
|
|
multiple languages.
|
2017-08-17 03:29:44 +02:00
|
|
|
|
2017-08-25 18:30:23 +02:00
|
|
|
* 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, TOML or YAML.
|
|
|
|
* Documented and tested!
|