title | issue | author | author_email | author_github |
---|---|---|---|---|
Format currency based on language |
NEXT-11915 |
NiklasLimberg |
NiklasLimberg |
- Added a database call to get the
systemCurrencyISOCode
, to render theindex.html.twig
in theAdministrationController
- Added the
systemCurrencyISOCode
to the Vue setupappContext
inindex.html.twig
- Added
systemCurrencyISOCode
to theappContext
in the Vuex Store. - Changed the
currency
filter, to now use thesystemCurrencyISOCode
as default, if a currency isn't specified - Changed the
currency
filter, to now use thecurrentLocale
as default, if a language isn't specified