- updated the Italian (Massimiliano Golfetto) and Turkish (Mehmet Kaya) translations

This commit is contained in:
Marius Stanciu
2021-11-21 17:57:37 +02:00
committed by Marius
parent 5f55471aaa
commit 262ccdda28
6 changed files with 116 additions and 228 deletions

View File

@@ -4692,7 +4692,7 @@ class App(QtCore.QObject):
def on_toggle_units_click(self):
try:
new_units, factor = self.on_toggle_units()
new_units, factor = self.on_toggle_units()
except TypeError:
# hen the self.on_toggle_units() return only one value (maybe None) it means something went wrong,
# it will end up in this exception and and we should return