Translation function 'lang' does not work as described #3822
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
documentation
Pull requests for documentation only
In the documentation you are describing the lang function to work this way:
However this doesn't work in the current release (4.0.4).
It just echos the string: {price, number, currency}
If I comment out the lines 140 - 143 inside the file framework/system/Language/Language.php
it works as described and the output is: £7.41
The text was updated successfully, but these errors were encountered: