Lint against non-string-literals in i18n helpers calls in Vue templates

This follows up on #41 (closed) where we added a rule to prevent i18n helpers (__, s__ and n__) from being called with non-string literals in Javascript code. We need to created a similar rule to lint against those offenses in Vue templates.

Related to #41 (closed).