responsiv / currency-plugin

Tools for displaying currencies and forex conversions
Other
16 stars 17 forks source link

Fix wrong long format #42

Closed acasar closed 1 year ago

acasar commented 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.

{{ 123.56 | currency({'in': 'CAD', 'format' : 'long'}) }}
daftspunk commented 1 year ago

Thanks!