angular-gettext
angular-gettext copied to clipboard
Annotations without grunt
Hello and thanks for this awesome tool!
I need to annotate strings so that I can then translate them via gettextCatalog.getString(var). But I am not using grunt. How can I force my system to annotate those strings so I can translate them in poedit?
Also, what if I have some strings representing "categories" in my database and they are dynamically retrieved, and they need to be translated?
Any help is appreciated.