1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: golang-github-go-playground-locales
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-text-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-playground-locales
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-playground-locales.git
Homepage: https://github.com/go-playground/locales
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-playground/locales
Package: golang-github-go-playground-locales-dev
Architecture: all
Depends: golang-golang-x-text-dev,
${misc:Depends}
Description: set of locales generated from the CLDR Project
This set of locales was generated from the CLDR Project, and can be
used independently or within an i18n package; the primary target is
supplementing go-playground's universal-translator.
.
Features:
- Rules generated from CLDR data v31.0.1
- Contains Cardinal, Ordinal and Range Plural Rules
- Contains Month, Weekday and Timezone translations
- Contains Date & Time formatting functions
- Contains Number, Currency, Accounting and Percent formatting
functions
- Supports the Gregorian calendar only
|