-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: added support of passing labels to pre translate command #649
feat: added support of passing labels to pre translate command #649
Conversation
Codecov Report
@@ Coverage Diff @@
## main #649 +/- ##
============================================
- Coverage 62.58% 62.39% -0.19%
Complexity 1322 1322
============================================
Files 200 200
Lines 5563 5580 +17
Branches 841 841
============================================
Hits 3481 3481
- Misses 1633 1650 +17
Partials 449 449
|
src/main/java/com/crowdin/cli/commands/picocli/PreTranslateSubcommand.java
Outdated
Show resolved
Hide resolved
src/main/java/com/crowdin/cli/commands/actions/PreTranslateAction.java
Outdated
Show resolved
Hide resolved
2fb9803
to
f131fa2
Compare
Co-authored-by: Andrii Bodnar <andrii.bodnar@crowdin.com>
Hi @andrii-bodnar shall I squash all the commits into a single one? |
No, it's not needed, I will squash them during the merge |
@andrii-bodnar alright, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@debanjanc01 thanks a lot for the contribution! 🚀
This closes #640