hemtt localization coverage
Generate a coverage report
Usage: coverage [OPTIONS]
Options:
--format <FORMAT> Output format [default: ascii] [possible values: ascii, json, pretty-json,
markdown]
-h, --help Print help (see more with '--help')
Description
Generate a coverage report
HEMTT will display a table of the coverage of language localization in the project. Showing the percentage, total strings, and how many addons have gaps in their localization.
Report Details
For each supported language, the report shows: - Coverage percentage (how many strings are translated) - List of addons with missing translations
This helps identify which addons need localization work and tracks translation progress across your project.
Arguments
--format <FORMAT>
Output format
Possible values:
- ascii - an ascii table for the terminal
- json - compact json, ideal for machines
- pretty-json - pretty json, ideal for humans
- markdown - a markdown table, ideal for documentation or GitHub