biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Image import: fixes for translation #219

Closed anjamejac closed 1 year ago

anjamejac commented 1 year ago
Issue

.format did not allow a proper translation into Slovene

Description of changes

Change from .format to f-string

Includes
codecov[bot] commented 1 year ago

Codecov Report

Merging #219 (7bb00f2) into master (7726194) will increase coverage by 0.01%. The diff coverage is 75.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #219 +/- ## ========================================== + Coverage 68.86% 68.87% +0.01% ========================================== Files 17 17 Lines 2817 2818 +1 Branches 392 392 ========================================== + Hits 1940 1941 +1 Misses 768 768 Partials 109 109 ```
janezd commented 1 year ago

Failed tests are due to incompatibility with PyQt6 (to be fixed in #220) and a bug in Orange (to be fixed in https://github.com/biolab/orange3/pull/6357).