ember-intl-analyzer icon indicating copy to clipboard operation
ember-intl-analyzer copied to clipboard

Find translation usages that are missing params

Open runspired opened this issue 3 years ago • 0 comments

Since formatjs requires that any context param must be present even if undefined we should ensure the param is always provided to the helper.

e.g.

{
  "a.key": "something {aParam}"
}
{{t "a.key"}}

Should produce an error reportable by this tool

Related: https://github.com/ember-intl/ember-intl/issues/1652

runspired avatar Mar 11 '22 20:03 runspired