Skip to content

Commit

Permalink
Address localization bug in walkthrough (#23112)
Browse files Browse the repository at this point in the history
Add missing localization lock
  • Loading branch information
cwebster-99 authored Mar 22, 2024
1 parent 225fce3 commit bfb02bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"walkthrough.step.python.createPythonFile.description": {
"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)",
"comment": [
"{Locked='](command:toSide:workbench.action.files.openFile'}",
"{Locked='](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D'}",
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
Expand Down Expand Up @@ -123,10 +124,10 @@
"walkthrough.step.python.selectInterpreter.description": {
"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).",
"comment": [
"{Locked='](command:python.setInterpreter'}",
"{Locked='](command:workbench.action.showCommands'}",
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
"{Locked='](command:python.setInterpreter'}",
"{Locked='](command:workbench.action.showCommands'}",
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
]
},
"walkthrough.step.python.createEnvironment.title": "Create a Python Environment",
Expand Down

0 comments on commit bfb02bb

Please sign in to comment.