Skip to content

Commit 9220a0a

Browse files
committed
Use guidata installed scripts
1 parent 0b7726c commit 9220a0a

File tree

3 files changed

+2
-315
lines changed

3 files changed

+2
-315
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@
7979
},
8080
{
8181
"label": "Preprocess internationalization",
82-
"command": "${command:python.interpreterPath}",
83-
"args": [
84-
"scripts/internationalization_preprocess.py"
85-
],
82+
"command": "i18npreprocess",
8683
"group": {
8784
"kind": "build",
8885
"isDefault": false
@@ -102,10 +99,7 @@
10299
},
103100
{
104101
"label": "Postprocess internationalization",
105-
"command": "${command:python.interpreterPath}",
106-
"args": [
107-
"scripts/internationalization_postprocess.py"
108-
],
102+
"command": "i18npostprocess",
109103
"group": {
110104
"kind": "build",
111105
"isDefault": false

scripts/internationalization_postprocess.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

scripts/internationalization_preprocess.py

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)