[ 原始碼: golang-github-nicksnyder-go-i18n.v2 ]
套件:golang-github-nicksnyder-go-i18n.v2-dev(2.1.2-1)
golang-github-nicksnyder-go-i18n.v2-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-nicksnyder-go-i18n.v2:
- [golang-github-nicksnyder-go-i18n.v2_2.1.2-1.dsc]
- [golang-github-nicksnyder-go-i18n.v2_2.1.2.orig.tar.gz]
- [golang-github-nicksnyder-go-i18n.v2_2.1.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-nicksnyder-go-i18n-dev
- unicode-cldr-core
- golang-github-go-playground-universal-translator-dev
- golang-github-leonelquinteros-gotext-dev
- golang-github-pelletier-go-toml
- python-babel-localedata
- python-babel-doc
- golang-github-pelletier-go-toml-dev
- golang-github-go-playground-locales-dev
- python3-babel
- python-babel
Translate Go program into multiple languages
Go package and that helps translating Go programs into multiple languages.
- 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. - Supports message files of any format (e.g. JSON, TOML, YAML).
其他與 golang-github-nicksnyder-go-i18n.v2-dev 有關的套件
|
|
|
|
-
- dep: golang-github-burntsushi-toml-dev (>= 0.3.1)
- TOML parser and encoder for Go with reflection
-
- dep: golang-golang-x-text-dev (>= 0.3.3)
- Supplementary Go text-related libraries
-
- dep: golang-gopkg-yaml.v2-dev (>= 2.3.0)
- YAML support for the Go language