Title: Locale-Aware Filesize Formatting in Nushell
Summary
The provided images demonstrate locale-aware filesize formatting in Nushell. When `filesize_format = "B"` is set in the config file, the thousands separators used in file sizes adapt to the user's locale. The images show examples with `de_DE` locale on Linux (using '.') and `en-US` on Windows (using ',') to separate thousands.