Comply with SI for kilobyte

This commit is contained in:
LeopoldArkham 2022-08-13 18:57:55 +02:00
parent 15c1d57956
commit 14c2859718

View file

@ -1,4 +1,4 @@
pub(crate) static SCALE_DECIMAL: [&str; 9] = ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"];
pub(crate) static SCALE_DECIMAL: [&str; 9] = ["B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"];
pub(crate) static SCALE_DECIMAL_LONG: [&str; 9] = [
"Bytes",