Material: Update translation paths

Correct issue where the translations were being generated from the
wrong source. All translatable files were moved to the MatGui library.
This commit is contained in:
David Carter
2024-07-15 15:11:11 +00:00
committed by Chris Hennes
parent 3a32ae9985
commit 810f34ea11
44 changed files with 909 additions and 1537 deletions

View File

@@ -145,8 +145,8 @@ locations = [
],
[
"Material",
"../Mod/Material/Resources/translations",
"../Mod/Material/Resources/Material.qrc",
"../Mod/Material/Gui/Resources/translations",
"../Mod/Material/Gui/Resources/Material.qrc",
],
[
"Mesh",

View File

@@ -94,7 +94,7 @@ directories = [
},
{
"tsname": "Material",
"workingdir": "./src/Mod/Material/",
"workingdir": "./src/Mod/Material/Gui",
"tsdir": "Resources/translations",
},
{