[ buster ]
[ 原始碼: golang-github-nicksnyder-go-i18n ]
套件:golang-github-nicksnyder-go-i18n-dev(1.10.0-2)
golang-github-nicksnyder-go-i18n-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-nicksnyder-go-i18n:
- [golang-github-nicksnyder-go-i18n_1.10.0-2.dsc]
- [golang-github-nicksnyder-go-i18n_1.10.0.orig.tar.gz]
- [golang-github-nicksnyder-go-i18n_1.10.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-nicksnyder-go-i18n.v2-dev
- golang-github-go-playground-universal-translator-dev
- unicode-cldr-core
- golang-github-leonelquinteros-gotext-dev
- golang-github-go-playground-locales-dev
- golang-github-inetaf-tcpproxy-dev
- golang-golang-x-text-dev
- lift
- golang-github-thedevsaddam-gojsonq-dev
- python-babel-localedata
- libunicap-doc
Go package for i18n with templates and CLDR plural support
go-i18n is a Go package and a command that helps you translate 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. * Translation files are simple JSON or YAML. * Documented and tested!
This package contains the Go library github.com/nicksnyder/go-i18n/i18n which provides runtime APIs for fetching translated strings.
其他與 golang-github-nicksnyder-go-i18n-dev 有關的套件
|
|
|
|
-
- dep: golang-github-pelletier-go-toml-dev
- Go library for the TOML language
-
- dep: golang-gopkg-yaml.v2-dev
- YAML support for the Go language
-
- sug: goi18n
- Formats and merges translation files for Go