From cb898714d95a386fbd23c8d6f2292fc33f330a74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 6 Nov 2024 07:26:14 +0100 Subject: [PATCH] Add unit translation note --- Util/IntlUtil.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Util/IntlUtil.php b/Util/IntlUtil.php index 84d468f..511e948 100644 --- a/Util/IntlUtil.php +++ b/Util/IntlUtil.php @@ -167,6 +167,8 @@ class IntlUtil { /** * Format size + * + * @TODO: @XXX: add unit translation kB, MB, GiB, etc ? */ public function size(int|float $number, $si = true, $style = 'decimal', $type = 'default', ?string $locale = null) { //Set types -- 2.41.1