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

NXDRIVE-2915: Translate Document type and container type labels on Direct Transfer popup #5129

Conversation

gitofanindya
Copy link
Collaborator

NXDRIVE-2915: Translate Document type and container type labels on Direct Transfer popup

Copy link
Contributor

sourcery-ai bot commented Aug 1, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.

@gitofanindya gitofanindya force-pushed the wip-NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup branch from b85005a to b6165ab Compare August 1, 2024 05:21
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

Attention: Patch coverage is 23.68421% with 29 lines in your changes missing coverage. Please review.

Project coverage is 52.09%. Comparing base (74fc14e) to head (9df2794).
Report is 28 commits behind head on master.

Files with missing lines Patch % Lines
nxdrive/gui/folders_dialog.py 9.37% 29 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5129      +/-   ##
==========================================
+ Coverage   49.24%   52.09%   +2.85%     
==========================================
  Files          94       96       +2     
  Lines       15699    16087     +388     
==========================================
+ Hits         7731     8381     +650     
+ Misses       7968     7706     -262     
Flag Coverage Δ
functional 42.90% <23.68%> (+4.82%) ⬆️
integration 2.01% <0.00%> (-0.06%) ⬇️
unit 40.52% <13.15%> (+2.95%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

self.containerTypeList.append(Translator.get("FOLDER"))
else:
if "Audio" in self.docTypeList:
self.docTypeList.remove("Audio")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid using multiple conditions

@gitofanindya gitofanindya force-pushed the wip-NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup branch from eb582a4 to 5895d7c Compare August 22, 2024 06:33
@gitofanindya gitofanindya force-pushed the wip-NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup branch from 5895d7c to 78601e5 Compare August 22, 2024 06:34
…NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup
…rect Transfer popup --created new branch for fr and ja translation files
…NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup
@gitofanindya gitofanindya merged commit 4878e47 into master Sep 4, 2024
21 of 22 checks passed
@gitofanindya gitofanindya deleted the wip-NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup branch September 4, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants