- added to the translatable strings the category labels in the Project Tab and also updated the translations

This commit is contained in:
Marius Stanciu
2020-11-01 15:45:04 +02:00
committed by Marius Stanciu
parent 8a9c254a31
commit 1866ffc327
21 changed files with 7697 additions and 7633 deletions

View File

@@ -229,12 +229,12 @@ class ObjectCollection(QtCore.QAbstractItemModel):
"""
groups = [
("gerber", "Gerber"),
("excellon", "Excellon"),
("geometry", "Geometry"),
("gerber", _("Gerber")),
("excellon", _("Excellon")),
("geometry", _("Geometry")),
("cncjob", "CNC Job"),
("script", "Scripts"),
("document", "Document"),
("script", _("Script")),
("document", _("Document")),
]
classdict = {