Closed acasar closed 1 year ago
This fixes long format when using the in option. Without this change the long format uses primary currency instead of the provided one.
in
{{ 123.56 | currency({'in': 'CAD', 'format' : 'long'}) }}
Thanks!
This fixes long format when using the
in
option. Without this change the long format uses primary currency instead of the provided one.