pages.id/*: add and update Indonesian translations (#13859)

* pages/*: add and update Indonesian translations

* common/ls, windows/comp: fix Indonesian translations

* Update comp.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update comp.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Reinhart Previano Koentjoro
2024-10-03 09:45:19 +07:00
committed by GitHub
parent 4bf500c1a6
commit 3b4f14e890
25 changed files with 246 additions and 149 deletions

View File

@@ -16,22 +16,22 @@
`comp {{path\to\directory1}}\* {{path\to\directory2}}\*`
- Display differences in decimal format:
- Display differences in [d]ecimal format:
`comp /d {{path\to\file1}} {{path\to\file2}}`
- Display differences in ASCII format:
- Display differences in [a]SCII format:
`comp /a {{path\to\file1}} {{path\to\file2}}`
- Display line numbers for differences:
- Display [l]ine numbers for differences:
`comp /l {{path\to\file1}} {{path\to\file2}}`
- Compare files case-insensitively:
- Compare files [c]ase-insensitively:
`comp /c {{path\to\file1}} {{path\to\file2}}`
- Compare only the first 5 lines of each file:
`comp /n={{5}} {{path\to\file1}} {{path\to\file2}}`
`comp /n=5 {{path\to\file1}} {{path\to\file2}}`

View File

@@ -11,10 +11,10 @@
`tree {{path\to\directory}}`
- Display the tree for a directory including files:
- Display the tree for a directory including [f]iles:
`tree {{path\to\directory}} /f`
- Display the tree using ASCII characters instead of extended characters:
- Display the tree using [a]SCII characters instead of extended characters:
`tree {{path\to\directory}} /a`