I like to write my templates in the Pug format (instead of HTML). It would be great if angular-gettext-tools supported extracting strings from PUG files.
Concerning the implementation, this should be as easy as invoking pug.compileFile on the Pug file and proceeding with the resulting HTML code as normal.
What do you think?
I like to write my templates in the Pug format (instead of HTML). It would be great if angular-gettext-tools supported extracting strings from PUG files.
Concerning the implementation, this should be as easy as invoking
pug.compileFileon the Pug file and proceeding with the resulting HTML code as normal.What do you think?