We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that the subcommands of crowdin status are:
crowdin status
COMMANDS: translation Show only translation progress for a project proofreading Show only proofreading progress for a project
However, the outputs of crowdin status are:
[OK] Fetching project info Translated: - zh-CN: 0% - zh-TW: 0% Approved: - zh-CN: 0% - zh-TW: 0%
We can see that the Approved is corresponding to proofreading.
Approved
proofreading
I wonder why not unify these strings, thoroughly? (I prefer proofread)
proofread
That is, replace the outputs of crowdin status with:
[OK] Fetching project info Translated: - zh-CN: 0% - zh-TW: 0% Proofread: - zh-CN: 0% - zh-TW: 0%
crowdin-cli version: 3.16.1
The text was updated successfully, but these errors were encountered:
Will be available in the v4 release.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Suggestion
I noticed that the subcommands of
crowdin status
are:However, the outputs of
crowdin status
are:We can see that the
Approved
is corresponding toproofreading
.I wonder why not unify these strings, thoroughly? (I prefer
proofread
)That is, replace the outputs of
crowdin status
with:Versions
crowdin-cli version: 3.16.1
The text was updated successfully, but these errors were encountered: