- added to the translatable strings the category labels in the Project Tab and also updated the translations
This commit is contained in:
committed by
Marius Stanciu
parent
8a9c254a31
commit
1866ffc327
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user