[PartDesign] Add unexposed strings to be translated

Fixes https://github.com/FreeCAD/FreeCAD-translations/issues/2  
Partial fix for https://github.com/FreeCAD/FreeCAD-translations/issues/8
This commit is contained in:
luz paz
2021-06-09 19:35:17 -04:00
parent 95224a1b9b
commit 4702d0026f

View File

@@ -56,6 +56,9 @@ namespace bp = boost::placeholders;
qApp->translate("Workbench", "Create a subtractive feature");
qApp->translate("Workbench", "Apply a pattern");
qApp->translate("Workbench", "Apply a dress-up feature");
qApp->translate("Workbench", "Measure");
qApp->translate("Workbench", "Part Design Helper");
qApp->translate("Workbench", "Part Design Modeling");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Face tools");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Sketch tools");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Create Geometry");