mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-09 07:28:36 +01:00
Addresses review nits on the lean PR: - expand _ignoreUnusedNote to explain why the watchlists.*/pin.*/player.* keys are exempt (planned features, not yet wired), alongside the three tracked by issues #1702/#1703/#1704. - note that MISSING validation only covers static t()/i18nKey keys; a key stored as a bare string constant and resolved via t(variable) is treated as used but its existence is not checked (static analysis cannot resolve runtime keys).