bcabanes / gulp-angular-translate-extract

Gulp version of grunt-angular-translate.
MIT License
14 stars 12 forks source link

Support translate-attr-* #11

Open daghoidahl opened 8 years ago

daghoidahl commented 8 years ago

The translate directive supports translating attributes. E.g. placeholder="…" can be translated using translate-attr-placeholder="…". The extractor doesn't recognise this syntax.

samal-rasmussen commented 8 years ago

Made a pull request for this little feature :)