This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
units displayed are inconsistent with the Units Policy #447
Comments
On a related note, we need to be able to translate unit labels. Currently, human-readable file sizes are provided by the filesize package, which mixes hard-coded SI standard unit labels with base-2 units. 👀 |
The implementation of the data_size package looks better but it has hardcoded labels too. |
Could we fork that one, add translation capabilities and make a pull request to the author? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://wiki.ubuntu.com/UnitsPolicy
We appear to be using SI standard unit labels with base-2 units.
Let's update things so that we are consistent with the policy.
Example: a partition of 40000028672 bytes is displayed as having size "37GB" - by this policy that size when rounded would be "40GB" or "37GiB"
The text was updated successfully, but these errors were encountered: