apache / apache/openwhisk-wskdeploy

Add i18n err msg in servicedeployer.go, DeployDependencies()

Open
#799 0 comments 0 reactions 0 assignees View on GitHub
good first issue i18n priority: low
Dominant language
Go
Stars
75
Forks
73
PR merge metrics
No merged PRs in 30d

Description

Need an error string added to i18n translated messages/IDs:

```
errMessage := "GitHub dependency " + depName + " has multiple packages in manifest file: " +
strings.Join(dependentPackages, ", ") + ". " +
"One GitHub dependency can only be associated with single package in manifest file." +
"There is no way to reference actions from multiple packages of any GitHub dependencies."
return wskderrors.NewYAMLFileFormatError(deployer.ManifestPath, errMessage)

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.