golang-github-nicksnyder-go-i18n 1.10.0-1 source package in Ubuntu

Changelog

golang-github-nicksnyder-go-i18n (1.10.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.10.0
    - Update d/copyright
  * Update to Standards-Version 4.1.1
    - Use Priority: optional
  * Remove hack in d/rules to build on mips/mipsel.
    The bug will probably be fixed on the buildds in a couple of
    weeks, and it's fine to ask for a rebuild of the package.
    See https://lists.debian.org/debian-wb-team/2017/10/msg00005.html
  * Use wrap-and-sort

 -- Dr. Tobias Quathamer <email address hidden>  Thu, 23 Nov 2017 14:37:12 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-nicksnyder-go-i18n_1.10.0-1.dsc 2.4 KiB 3fabc1f26bf237eafd5502879ac63c8afd509cf6e6cadfcc9119c480faab1185
golang-github-nicksnyder-go-i18n_1.10.0.orig.tar.gz 38.7 KiB 01d8ffab851cd178f7ff06bbe1e852dcb07fd173b58bd0154485c9511d620f7e
golang-github-nicksnyder-go-i18n_1.10.0-1.debian.tar.xz 3.7 KiB 406cdf8859a08fa09224e1f52e848497b92f36dd58c717168a81c0dccd44ee6e

Available diffs

No changes file available.

Binary packages built by this source

goi18n: Formats and merges translation files for Go

 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.
 .
 This package contains the /usr/bin/goi18n command which provides
 functionality for managing the translation process.

golang-github-nicksnyder-go-i18n-dev: 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.