mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: go-github-com-go-playground-universal-translator: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2f948b8025c39c48a84157fc605027e77978b69f
This commit is contained in:
parent
bd57719cd5
commit
2f8db6f6b2
2 changed files with 39 additions and 38 deletions
|
@ -2097,44 +2097,6 @@ Under Windows, the console APIs are used. Otherwise, ANSI texts are output.")
|
|||
specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-go-playground-universal-translator
|
||||
(package
|
||||
(name "go-github-com-go-playground-universal-translator")
|
||||
(version "0.18.1")
|
||||
(home-page "https://github.com/go-playground/universal-translator")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1lgz9wrkcfx6q3x6i9fprr8rfwnk0c6x61jgzacgikbmzsl7dw6v"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/go-playground/universal-translator"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-go-playground-locales))
|
||||
(synopsis "Translator using Unicode CLDR data and pluralization rules")
|
||||
(description
|
||||
"This package offers an Internalization Translator for Go using
|
||||
@uref{http://cldr.unicode.org/, Unicode CLDR Project} data and pluralization
|
||||
rules. Its currently implemented features include
|
||||
|
||||
@itemize
|
||||
@item Rules generated from the CLDR data, v30.0.3
|
||||
@item Contains Cardinal, Ordinal and Range Plural Rules
|
||||
@item Contains Month, Weekday and Timezone translations built in
|
||||
@item Contains Date & Time formatting functions
|
||||
@item Contains Number, Currency, Accounting and Percent formatting functions
|
||||
@item Supports the \"Gregorian\" calendar only
|
||||
@item Support loading translations from files
|
||||
@item Exporting translations to file(s), mainly for getting them
|
||||
professionally translated
|
||||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-nathan-osman-go-sunrise
|
||||
(let ((commit "c8f9f1eb869135f07378e7e3c5ec7a005f806c73")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue