Кокос Артем Николаевич
8614062ecd
feat: status translation overrides via YAML config
report.status_translation in YAML config overrides/extends the builtin
STATUS_TRANSLATION dictionary; without the section behavior is unchanged.
- AppConfig.report_status_translation + _resolve_str_dict (warns and
skips non-scalar values, resolves ${VAR} references)
- Config.get_status_translation() returns merged copy (lazy import,
builtin dict never mutated)
- build_grouped_report() accepts optional status_translation parameter
- --init-config template gains commented example, docs/CONFIG.md updated
Closes #65
2026-07-17 15:18:27 +07:00
..
2026-07-17 15:18:27 +07:00
2026-07-17 12:27:50 +07:00
2026-07-17 15:18:27 +07:00
2026-07-17 10:59:47 +07:00
2026-07-17 13:35:02 +07:00
2026-07-17 13:35:02 +07:00
2026-07-17 15:18:27 +07:00
2026-06-25 23:32:14 +07:00
2026-07-10 12:39:24 +07:00