components
components copied to clipboard
Where is the i18n??
My suggestion is create a folder /i18n for each component, in this folder will have a some JSONs or similar for each language:
pt_BR.js
en_US.js
..
And the index.html will have placeholders equal Angular to do translate:
<b>{{Component Title}}</b>
Thanks @dotenorio, good suggestion!