Browse Source

strings add i18n support

pull/103/head
Unknown 12 years ago
parent
commit
28826256b1
  1. 2
      install.go

2
install.go

@ -269,7 +269,7 @@ func downloadPackage(node *doc.Node) (*doc.Node, []string) {
fmt.Printf(fmt.Sprintf("%s\n", promptMsg["NoVCSTool"]))
}
fmt.Printf(fmt.Sprintf("%s\n", promptMsg["InstallByGoGet"]), node.ImportPath)
fmt.Printf(fmt.Sprintf("%s\n", promptMsg["DownloadStatus"]), node.ImportPath)
// Mark as donwloaded.
downloadCache[node.ImportPath] = true

Loading…
Cancel
Save