Follow-up from "Moving number_to_human_size to a shared folder"
The following discussion from !139720 (merged) should be addressed:
-
@pslaughter started a discussion: (+1 comment) note: There's a small side-effect here that
number-to-human-size
actually callsnumberToHumanSizeSplit
under-the-hood, instead ofnumberToHumanSize
. TheXSplit
method does not translate the label.Not a big deal. FWIW - We should probably just use
numberToHumanSize
in thenumber-to-human-size
component.