Registry / utility / unknwon-i18n

unknwon-i18n

JSON →
library0.0.0-20171114194641-b64d33658966gogounverified

Internationalization and localization library for Go applications.

go get github.com/Unknwon/i18n
INSTALL
IMPORT
SIG · UNKNWON-I18N
U
unknwon-i18n
utilitygov0.0.0-20171114194641-b64d33658966
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

i18n
github.com/Unknwon/i18n

Set and retrieve a localized message.

package main import ( "github.com/Unknwon/i18n" ) func main() { i18n.SetMessage("en-US", "hello", "Hello") msg := i18n.Tr("en-US", "hello") _ = msg }
Debug
Known issues
gotchaPackage is unmaintained; consider alternatives like go-i18n.
fix
Use github.com/nicksnyder/go-i18n for active development.
affects: *
Upgrade
Version history
0.0.0-20171114194641-b64d33658966latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
unknwon-i18n — go get unknwon-i18n · libregistry