mttmccb / aurelia-webpack-playground

Testing aurelia and webpack with a superhero spin (not very original)
0 stars 0 forks source link

Setup i18n #1

Closed mttmccb closed 8 years ago

mttmccb commented 8 years ago

Probably just stick with 3 languages

This will highlight possible loading issues with i18n.

mttmccb commented 8 years ago

Nearly done, just need to do the following

mttmccb commented 8 years ago

more information below.

On top of that if you need the Intl polyfill included you have to manualy require and bundle it. To do so add the following import statement at the begin of your main.js/ts file:

//main.js
import 'intl';

For additional information about Intl.js and Webpack please take a look at this official repos information

mttmccb commented 8 years ago

Done in a91bc2e6c7a6f3b31d8101eb6278201b83384956