You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/platform/node/minimalTranslations.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ import { localize } from 'vs/nls';
9
9
// So that they are available for VS Code to use without downloading the entire language pack.
10
10
11
11
exportconstminimumTranslatedStrings={
12
-
showLanguagePackExtensions: localize('showLanguagePackExtensions',"VS Code is available in {0}. Search for language packs in the Marketplace to get started."),
12
+
showLanguagePackExtensions: localize('showLanguagePackExtensions',"Search language packs in the Marketplace to change the display language to {0}."),
installAndRestartMessage: localize('installAndRestartMessage',"VS Code is available in {0}. Please install the language pack to change the display language."),
14
+
installAndRestartMessage: localize('installAndRestartMessage',"Install language pack to change the display language to {0}."),
15
15
installAndRestart: localize('installAndRestart',"Install and Restart")
0 commit comments