rubenv / angular-gettext-tools

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

Feature: compile one message per line #161

Open adrianandreias opened 8 years ago

adrianandreias commented 8 years ago

Would it be useful to have have a option for the compiler add a new line character after each string?

This applies for JS and JSON.

Would be easier to see diff in a commit of a project.

And JS minification build step will delete the extra new line.