* grunt-l10n-lint extracts expected HTML tags, attribute and attribute
values from source .pot files, then scans translated .po files. .po files
are scanned for malformed HTML, unexpected tags, unexpected attributes and
unexpected attribute values. If malformed unexpected HTML is found, an
error is logged.
* Add travis-ci support to run grunt-l10n-lint on push.
fixes#61