apache / apache/openwhisk-wskdeploy
Add i18n err msg in servicedeployer.go, DeployDependencies()
Open
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
Assessment
This issue has not been assessed yet.