An example repository for combining i18n and value converters in aurelia
For more information, please read Combining value converters with i18n
###Viewing the example
live
A live example of this repository can be found at : aurelia-i18n-value-converters
locally
This project was built using the aurelia-cli, clone this repository locally and execute
npm install && au run
in a terminal pointing at the location where you downloaded it to.