Addon Manager: Move to git submodule (#20672)
This commit is contained in:
@@ -108,11 +108,6 @@ GENERATE_QM = {
|
||||
# locations list contains Module name, relative path to translation folder and relative path to qrc file
|
||||
|
||||
locations = [
|
||||
[
|
||||
"AddonManager",
|
||||
"../Mod/AddonManager/Resources/translations",
|
||||
"../Mod/AddonManager/Resources/AddonManager.qrc",
|
||||
],
|
||||
["App", "../App/Resources/translations", "../App/Resources/App.qrc"],
|
||||
["Arch", "../Mod/BIM/Resources/translations", "../Mod/BIM/Resources/Arch.qrc"],
|
||||
[
|
||||
|
||||
@@ -57,11 +57,6 @@ directories = [
|
||||
{"tsname": "App", "workingdir": "./src/App", "tsdir": "Resources/translations"},
|
||||
{"tsname": "Base", "workingdir": "./src/Base", "tsdir": "Resources/translations"},
|
||||
{"tsname": "FreeCAD", "workingdir": "./src/Gui", "tsdir": "Language"},
|
||||
{
|
||||
"tsname": "AddonManager",
|
||||
"workingdir": "./src/Mod/AddonManager/",
|
||||
"tsdir": "Resources/translations",
|
||||
},
|
||||
{
|
||||
"tsname": "Arch",
|
||||
"workingdir": "./src/Mod/BIM/",
|
||||
|
||||
Reference in New Issue
Block a user