Skip to content

Commit bfb02bb

Browse files
authored
Address localization bug in walkthrough (#23112)
Add missing localization lock
1 parent 225fce3 commit bfb02bb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.nls.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"walkthrough.step.python.createPythonFile.description": {
8787
"message": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)",
8888
"comment": [
89+
"{Locked='](command:toSide:workbench.action.files.openFile'}",
8990
"{Locked='](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D'}",
9091
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
9192
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
@@ -123,10 +124,10 @@
123124
"walkthrough.step.python.selectInterpreter.description": {
124125
"message": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\n**Tip**: Run the ``Python: Select Interpreter`` command in the [Command Palette](command:workbench.action.showCommands).",
125126
"comment": [
126-
"{Locked='](command:python.setInterpreter'}",
127-
"{Locked='](command:workbench.action.showCommands'}",
128-
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
129-
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
127+
"{Locked='](command:python.setInterpreter'}",
128+
"{Locked='](command:workbench.action.showCommands'}",
129+
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
130+
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
130131
]
131132
},
132133
"walkthrough.step.python.createEnvironment.title": "Create a Python Environment",

0 commit comments

Comments
 (0)