Update note about file size units on Linux

For some reason I thought that Linux things usually used decimal, but I guess not, been a while since I used Linux much
If anyone who actually uses Linux much has a better idea what to write feel free to suggest it
This commit is contained in:
Pk11 2021-03-12 03:11:56 -06:00 committed by GitHub
parent 8ed524f7f0
commit a5d403bb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ The Markdown and file sizes sections apply to all languages, though Crowdin take
## File sizes
Because the decimal base units for file sizes are ambiguous which they actually are, using the binary base units is generally preferred unless something is a clean size in the decimal units. (ex. 500,000 bytes = 500 kB, 512,000 bytes = 500 KiB, 294,966 bytes = (about) 288 KiB)
Note: Windows uses binary units but labels them incorrectly, macOS and most Linux distros use the decimal ones.
Note: Windows uses binary units but labels them incorrectly. macOS uses the decimal units, labeled correctly, and Linux programs usually label them correctly, but you might want to check if labels them with the decimal units.
Binary:
- `KiB` is 1,024 (2^10) bytes