Julian Maicher

Results 1 issues of Julian Maicher

Hey :wave: As you can see in the following example, literal quotes are not fully removed from compact number/currency formats. ```js Globalize("de").formatNumber(1_000_000, { compact: "short" }); // => 1 Mio'.'...

bug