Tags give the ability to mark specific points in history as being important
-
v1.16.0
cfb1a228 · ·v1.16.0 Translate VersionCmd's -build-info detail lines, which were built with plain fmt-style literals and never made it into the .pot catalog. Add TrCtx/TrCtxN (gettext msgctxt) to the Translator interface for disambiguating short or generic msgids, and use it for the build-info field labels (Path, Version, Sum, Replaced by) instead of relying on their alignment padding for catalog uniqueness. This changes the Translator interface: any external implementer that isn't go-i18n's own Translator or go-cmdr's noOpTranslator needs to add TrCtx/TrCtxN to keep compiling.
-
v1.14.2
a0b7da48 · ·v1.14.2 Add an explicit Order field to router for controlling help-listing order, translate flag default hints through the installed Translator, and refresh the translation catalogs — which turned up and fixed a hidden format-flag gap in flagcmd/defaults.go. Also pins the go-i18n cmd/i18n tool to its now-tagged v0.2.0 release.