I created JHipsterApplication - at the time of the prompt "Would you like to enable translation support with Angular Translate? (Y/n)"
- I provided "n"
. Now application is created and I want to add translation support to my application. Is there anyway to add translation support after the application is created or enable something which is disabled at the time of creating the application?
I tried "bower install angular translate" but it still says Translation is disabled for this project. Language can not be added". Thank you for your help.