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: apps/site/i18n/locales/en.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -310,6 +310,9 @@
310
310
"homebrewIsNotNodejsPackageManager": "Homebrew is not a Node.js package manager.",
311
311
"homebrewInstructions": "Follow official instructions at https://brew.sh/",
312
312
"homebrewSupportsIntallingMajorNodejsVersion": "Homebrew only supports installing major Node.js versions and might not support the latest Node.js version from the {version} release line.",
313
+
"wingetIsNotNodejsPackageManager": "The Windows Package Manager is not a Node.js package manager.",
314
+
"wingetInstructions": "Follow official instructions at https://learn.microsoft.com/en-us/windows/package-manager/winget/install",
315
+
"wingetNotMaintainedByNodejs": "Winget is not officially maintained by the Node.js project and might not support the {version} version of Node.js",
313
316
"chocolateyIsNotNodejsPackageManager": "Chocolatey is not a Node.js package manager.",
314
317
"chocolateyInstructions": "Follow official instructions at https://chocolatey.org/",
315
318
"chocolateyNotMaintainedByNodejs": "Chocolatey is not officially maintained by the Node.js project and might not support the {version} version of Node.js"
0 commit comments