diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 31de1936f6..312d467138 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -97,6 +97,11 @@ directories = [ "workingdir": "./src/Mod/Material/Gui", "tsdir": "Resources/translations", }, + { + "tsname": "Measure", + "workingdir": "./src/Mod/Measure/", + "tsdir": "Gui/Resources/translations", + }, { "tsname": "Mesh", "workingdir": "./src/Mod/Mesh/",