go-github-com-go-playground-universal-translator 0.17.0
Translator using Unicode CLDR data and pluralization rules
This package offers an Internalization Translator for Go using Unicode CLDR Project data and pluralization rules. Its currently implemented features include
Rules generated from the CLDR data, v30.0.3
Contains Cardinal, Ordinal and Range Plural Rules
Contains Month, Weekday and Timezone translations built in
Contains Date & Time formatting functions
Contains Number, Currency, Accounting and Percent formatting functions
Supports the "Gregorian" calendar only
Support loading translations from files
Exporting translations to file(s), mainly for getting them professionally translated
- Website: https://github.com/go-playground/universal-translator
- Licenses: Expat
- Package source: gnu/packages/golang.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-github-com-go-playground-universal-translator 0.17.0
as follows:
guix install go-github-com-go-playground-universal-translator@0.17.0
Or install the latest version:
guix install go-github-com-go-playground-universal-translator
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.