- modified camlib.py, FlatCAMApp.py and ObjectCollection.py files to the new string format that will allow easier translations

- updated the POT file and the German language
This commit is contained in:
Marius Stanciu
2019-09-09 19:30:43 +03:00
parent ffbb47dde5
commit 14fe5080ec
7 changed files with 3213 additions and 2800 deletions

View File

@@ -762,7 +762,8 @@ class ObjectCollection(QtCore.QAbstractItemModel):
try:
a_idx.build_ui()
except Exception as e:
self.app.inform.emit(_("[ERROR] Cause of error: %s") % str(e))
self.app.inform.emit('[ERROR] %s: %s' %
(_("Cause of error"), str(e)))
raise
def get_list(self):