pages.nl/*: add Dutch translations (#11526)

This commit is contained in:
Sebastiaan Speck
2023-11-17 11:39:26 +01:00
committed by GitHub
parent a1fe74ac82
commit 44315280cf
11 changed files with 228 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
`choco install {{path\to\packages_file.config}}`
- Install a specific nuspec or nupkg file:
- Install a specific `nuspec` or `nupkg` file:
`choco install {{path\to\file}}`

View File

@@ -1,9 +1,9 @@
# choco pack
> Package a NuGet specification into a nupkg file.
> Package a NuGet specification into a `nupkg` file.
> More information: <https://chocolatey.org/docs/commands-pack>.
- Package a NuGet specification to a nupkg file:
- Package a NuGet specification to a `nupkg` file:
`choco pack {{path\to\specification_file}}`