i18n-node
i18n-node copied to clipboard
Using i18n-node in an Angular application
Today I was trying to internationalize my Angular frontend using the translation files I already created with i18n-node. I also wanted phrases which I add in my services/controllers/... to be automatically added to the translation files, as it already happens when I use a new term on the backend.
I wrote a little guide on how to solve that and I thought I'd share it: https://github.com/oliversalzburg/i18n-node-angular
Cheers
whohoo - great, thank's a lot for sharing. This will certainly get added to Examples in README