From bfb02bb873832bfd33d709427eed3ca5973d0907 Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:17:54 -0500 Subject: [PATCH] Address localization bug in walkthrough (#23112) Add missing localization lock --- package.nls.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.nls.json b/package.nls.json index 2a3d6ba93563..3352c639b080 100644 --- a/package.nls.json +++ b/package.nls.json @@ -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" @@ -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",