Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix err: Inconsistent i18n flag description #189

Open
dinxsh opened this issue Nov 1, 2024 · 0 comments · May be fixed by #191
Open

Fix err: Inconsistent i18n flag description #189

dinxsh opened this issue Nov 1, 2024 · 0 comments · May be fixed by #191
Labels
error handling Issues related to error handling

Comments

@dinxsh
Copy link
Contributor

dinxsh commented Nov 1, 2024

⚠️ The Issue

Wrong i18n key used in serviceDeploy.go

BoolFlag("deployGitFolder", false, i18n.T(i18n.ZeropsYamlLocation))

// Should be:
BoolFlag("deployGitFolder", false, i18n.T(i18n.UploadGitFolder))

i18n.go

ZeropsYamlLocation:    "Sets a custom path to the zerops.yml file relative to the working directory. By default zCLI\nlooks for zerops.yml in the working directory."
UploadGitFolder:       "If set, zCLI the .git folder is also uploaded. By default, the .git folder is ignored."
@dinxsh dinxsh linked a pull request Nov 2, 2024 that will close this issue
4 tasks
@nermalcat69 nermalcat69 added the error handling Issues related to error handling label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error handling Issues related to error handling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants