Report on translation linting. At present this produces a single-page html report that can be opened in a web browser. Future versions will include reporting to the terminal.

lint_translations_report(x, file = tempfile(fileext = ".html"))

Arguments

x

A lint_translations object from lint_translations

file

File to save the report in (default is to use a temporary file with a file extension of .html).

Value

This function is called for the side effect of viewing a report. It will return (invisibly) the path to the produced report.