tlmgr-platform: add Dutch translation (#11815)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/23/head
Sebastiaan Speck 2023-12-22 13:05:19 +01:00 committed by GitHub
parent ab65385f5d
commit 7d97e8ed82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,24 @@
# tlmgr platform
> Beheer TeX Live platforms.
> Meer informatie: <https://www.tug.org/texlive/tlmgr.html>.
- Toon alle beschikbare platforms in een pakket repository:
`tlmgr platform list`
- Voeg de uitvoerbare bestanden toe aan een specifiek platform:
`sudo tlmgr platform add {{platform}}`
- Verwijder de uitvoerbare bestanden uit een specifiek platform:
`sudo tlmgr platform remove {{platform}}`
- Detecteer automatisch en wissel naar het huidige platform:
`sudo tlmgr platform set auto`
- Wissel naar een specifiek platform:
`sudo tlmgr platform set {{platform}}`

View File

@ -17,7 +17,7 @@
- Auto-detect and switch to the current platform:
`sudo tlmgr platform set {{auto}}`
`sudo tlmgr platform set auto`
- Switch to a specific platform: