From 4b0c125d61c08d37213d9e32d199b4e50b6cf4c2 Mon Sep 17 00:00:00 2001 From: Kuzemko Alexsandr Date: Tue, 21 Jun 2022 17:28:40 +0300 Subject: [PATCH] Crowdin Add Inspection WB to updatets.py script --- src/Tools/updatets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 2e5e592fb2..35bbdd54a9 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -65,6 +65,7 @@ directories = [ {"tsname":"Drawing", "workingdir":"./src/Mod/Drawing/", "tsdir":"Gui/Resources/translations"}, {"tsname":"Fem", "workingdir":"./src/Mod/Fem/", "tsdir":"Gui/Resources/translations"}, {"tsname":"Image", "workingdir":"./src/Mod/Image/", "tsdir":"Gui/Resources/translations"}, + {"tsname":"Inspection", "workingdir":"./src/Mod/Inspection/", "tsdir":"Gui/Resources/translations"}, {"tsname":"Mesh", "workingdir":"./src/Mod/Mesh/", "tsdir":"Gui/Resources/translations"}, {"tsname":"MeshPart", "workingdir":"./src/Mod/MeshPart/", "tsdir":"Gui/Resources/translations"}, {"tsname":"OpenSCAD", "workingdir":"./src/Mod/OpenSCAD/", "tsdir":"Resources/translations"},