-
Notifications
You must be signed in to change notification settings - Fork 53
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
🧙 Sourcery has finished reviewing your pull request! Tips
|
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.
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.
…rect Transfer popup
b85005a
to
b6165ab
Compare
Codecov ReportAttention: Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup
…rect Transfer popup.
…rect Transfer popup updated translation files
…rect Transfer popup fixed styles
nxdrive/gui/folders_dialog.py
Outdated
self.containerTypeList.append(Translator.get("FOLDER")) | ||
else: | ||
if "Audio" in self.docTypeList: | ||
self.docTypeList.remove("Audio") |
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.
Avoid using multiple conditions
…rect Transfer popup --fixed types
…NXDRIVE-2915-Translate-Document-type-and-container-type-labels-on-Direct-Transfer-popup
eb582a4
to
5895d7c
Compare
…rect Transfer popup --added testcase
5895d7c
to
78601e5
Compare
…rect Transfer popup --
…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
NXDRIVE-2915: Translate Document type and container type labels on Direct Transfer popup