Skip to content

Commit

Permalink
Tools: Path -> CAM
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes committed Mar 13, 2024
1 parent df8ae11 commit d195787
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/Tools/updatecrowdin.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@
"../Mod/PartDesign/Gui/Resources/PartDesign.qrc",
],
[
"Path",
"../Mod/Path/Gui/Resources/translations",
"../Mod/Path/Gui/Resources/Path.qrc",
"CAM",
"../Mod/CAM/Gui/Resources/translations",
"../Mod/CAM/Gui/Resources/CAM.qrc",
],
[
"Points",
Expand Down
16 changes: 8 additions & 8 deletions src/Tools/updatets.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
"tsdir": "Gui/Resources/translations",
},
{
"tsname": "Path",
"workingdir": "./src/Mod/Path/",
"tsname": "CAM",
"workingdir": "./src/Mod/CAM/",
"tsdir": "Gui/Resources/translations",
},
{
Expand Down Expand Up @@ -186,12 +186,12 @@

# Exclude these files from consideration
excluded_files = [
("Path", "UtilsArguments.py"), # Causes lupdate to hang
("Path", "refactored_centroid_post.py"), # lupdate bug causes failure on line 245
("Path", "refactored_grbl_post.py"), # lupdate bug causes failure on line 212
("Path", "refactored_linuxcnc_post.py"), # lupdate bug causes failure on line 178
("Path", "refactored_mach3_mach4_post.py"), # lupdate bug causes failure on line 186
("Path", "refactored_test_post.py"), # lupdate bug causes failure on lines 42 and 179
("CAM", "UtilsArguments.py"), # Causes lupdate to hang
("CAM", "refactored_centroid_post.py"), # lupdate bug causes failure on line 245
("CAM", "refactored_grbl_post.py"), # lupdate bug causes failure on line 212
("CAM", "refactored_linuxcnc_post.py"), # lupdate bug causes failure on line 178
("CAM", "refactored_mach3_mach4_post.py"), # lupdate bug causes failure on line 186
("CAM", "refactored_test_post.py"), # lupdate bug causes failure on lines 42 and 179
]

QMAKE = ""
Expand Down

0 comments on commit d195787

Please sign in to comment.