From 31379fcb8fce843595d383cf4b5c033175d41009 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Thu, 13 Mar 2025 09:56:11 -0600 Subject: [PATCH] Measure: add translation source file for uploading to Crowdin --- src/Tools/updatets.py | 5 +++++ 1 file changed, 5 insertions(+) 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/",