Files
Sina Atalay d5c1e724fa Fix #690: Load design/locale overlay files from YAML settings.render_command
When users specified design or locale overlay file paths in their YAML via
settings.render_command.design or settings.render_command.locale, these were
parsed but never actually loaded as overlays. Only CLI flags (--design,
--locale) triggered overlay loading.

Now cli_command_render resolves these paths from the YAML (via the existing
collect_input_file_paths helper) before building arguments, so overlay files
referenced in settings are loaded the same way as CLI-provided ones.
2026-03-21 01:03:32 +03:00
..
2025-12-09 23:53:16 +03:00
2026-02-16 03:57:54 +03:00
2026-03-03 16:39:23 +03:00