]> Raphaël G. Git Repositories - packbundle/commitdiff
Comment out currency formatter
authorRaphaël Gertz <git@rapsys.eu>
Mon, 13 Oct 2025 13:26:20 +0000 (15:26 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 13 Oct 2025 13:26:20 +0000 (15:26 +0200)
Util/IntlUtil.php

index 80b95308255e4a719ea39e00414650adced75366..52bd546a7091ca13c8588a1d705724dd8906dd67 100644 (file)
@@ -123,7 +123,7 @@ class IntlUtil {
                //Set styles
                static $styles = [
                        'decimal' => \NumberFormatter::DECIMAL,
-                       'currency' => \NumberFormatter::CURRENCY,
+                       #'currency' => \NumberFormatter::CURRENCY,
                        'percent' => \NumberFormatter::PERCENT,
                        'scientific' => \NumberFormatter::SCIENTIFIC,
                        'spellout' => \NumberFormatter::SPELLOUT,
@@ -150,7 +150,7 @@ class IntlUtil {
                        'int32' => \NumberFormatter::TYPE_INT32,
                        'int64' => \NumberFormatter::TYPE_INT64,
                        'double' => \NumberFormatter::TYPE_DOUBLE,
-                       'currency' => \NumberFormatter::TYPE_CURRENCY
+                       #'currency' => \NumberFormatter::TYPE_CURRENCY
                ];
 
                //Get formatter