ninsuo / twigfiddle

twigfiddle.com provides a small development environment to develop, run, store and access Twig code online.
https://twigfiddle.com
MIT License
136 stars 13 forks source link

Format currency not supported #73

Open mrtnzagustin opened 3 years ago

mrtnzagustin commented 3 years ago

It should be working since 2.x -> https://twig.symfony.com/doc/3.x/filters/format_currency.html

image

https://twigfiddle.com/rvojw9

ninsuo commented 3 years ago

Hello @mrtnzagustin

The doc states:

The format_currency filter is part of the IntlExtension which is not installed by default. Install it first:

You need to enable non-native extensions in "More options..." modal.

Buuuut, I leave this issue open because it doesn't work anymore :D

mrtnzagustin commented 3 years ago

Oh, im sorry. That was a little down in the docs. Thanks!!