mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 00:34:04 +02:00
Home Assistant validates that a localized string declares the same
placeholders as its English source. The options flow description gained
{webapp_url} and {docs_url}, but et, it, nb, pt-BR, ru, sv and uk were
never updated, so every HA start logs:
Validation of translation placeholders for localized (it) string
component.adaptive_lighting.options.step.init.description failed:
(set() != {'webapp_url', 'docs_url'})
Translate the two trailing sentences in each locale so the placeholder
sets match en.json.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018YKyX9K8sWprUYuvuaV5R7
|
||
|---|---|---|
| .. | ||
| translations | ||
| __init__.py | ||
| _docs_helpers.py | ||
| adaptation_utils.py | ||
| color_and_brightness.py | ||
| config_flow.py | ||
| const.py | ||
| diagnostics.py | ||
| docs_gen.py | ||
| hass_utils.py | ||
| helpers.py | ||
| manifest.json | ||
| services.yaml | ||
| strings.json | ||
| switch.py | ||