rubenv / angular-gettext-tools

Tools for extracting/compiling angular-gettext strings.
http://angular-gettext.rocketeer.be/
MIT License
39 stars 129 forks source link

.pot overriding controller text #172

Closed arisah-ijeoma closed 5 years ago

arisah-ijeoma commented 7 years ago

Say I have login.html and login_controller.js When I annotate these, I get the right texts in .pot

However when I translate a different file like food.html and food_controller.js, text for login_controller and food_controller are not found

All I have are the .html texts

ngehlert commented 5 years ago

is this still relevant? can you try to reproduce a basic example of your project e.g. in stackblitz?

arisah-ijeoma commented 5 years ago

no it's not

thanks