[ ソース: 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