0.0.2 • Published 10 years ago

gulp-angular-gettext-annotate v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

gulp-angular-gettext-annotate

About

Gulp plugin for adding angular-gettext annotations to templates. Following annotations are currently supported:

  • translate directive - it searches for all nodes in DOM tree that contain text only children or inline tags like <strong> and annotates them,
  • translate filter in attributes - checks for strings in placeholder, title and alt attributes.

After running a plugin you should diff to check if the process went well and to add translate-plurals and more advanced annotations or to add translate-comments.