From e995575adc5758ea40a20fb3635cbed0ff96dabc Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 23 Apr 2023 21:40:41 -0500 Subject: [PATCH] Tools: Add Inspection to Updatecrowdin --- src/Tools/updatecrowdin.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Tools/updatecrowdin.py b/src/Tools/updatecrowdin.py index 22312f2df7..4bf1294781 100755 --- a/src/Tools/updatecrowdin.py +++ b/src/Tools/updatecrowdin.py @@ -114,6 +114,11 @@ locations = [ "../Mod/Fem/Gui/Resources/Fem.qrc", ], ["FreeCAD", "../Gui/Language", "../Gui/Language/translation.qrc"], + [ + "Inspection", + "../Mod/Inspection/Gui/Resources/translations", + "../Mod/Inspection/Gui/Resources/Inspection.qrc", + ], [ "Mesh", "../Mod/Mesh/Gui/Resources/translations",