Fix missing translations in task panel (#12738)

* Draft: Add missing translation to task panel

* PD: Add missing translation to task panel
This commit is contained in:
Chris Hennes
2024-03-11 12:10:42 -05:00
committed by GitHub
parent 8a6bc53dd6
commit 9dac8385f6
2 changed files with 4 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ namespace sp = std::placeholders;
qApp->translate("Workbench", "Involute gear...");
qApp->translate("Workbench", "Shaft design wizard");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Face tools");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Edge tools");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Start boolean");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Start part");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Sketch tools");
qApp->translate("Gui::TaskView::TaskWatcherCommands", "Create Geometry");
//