I just wanted to know how to provide translation support for my Angular 2.0.0(final) application which uses Webpack(1.13.2) for module bundling (not SystemJS).
I can get examples of Angular 2.0 i18n online, but all of those are done with SystemJS and not with Webpack.
Does anyone know how to do Angular2 i18n with Webpack ?
Appreciate your help in advance.