fix(i18n): drop unused video-control strings and restore spinner lookups

`clean_translations.py --strict` reported seven unused keys.

Three are genuinely dead: TrackSelectionHelper.getEmptyMessage was
removed as unreachable in 4307c49c, and the sheets that need an empty
state carry their own strings. Removes them from every locale.

The four accessibility keys are false positives. tv_number_spinner
aliased the subtree as `final a11y = ...accessibility`, which the static
scanner cannot follow — its docstring says as much. Binds the documented
`final t = Translations.of(context)` instead and hoists the two labels,
so the semantics stay identical and the scanner sees the chains.
This commit is contained in:
edde746
2026-07-26 23:05:53 +02:00
parent 0c58b2dc55
commit ef310459e5
46 changed files with 71 additions and 269 deletions
-3
View File
@@ -546,9 +546,6 @@
"searchSubtitles": "Subtitr qidirish",
"language": "Til",
"noSubtitlesFound": "Subtitr topilmadi",
"noSubtitlesAvailable": "Subtitrlar yoʻq",
"noAudioTracksAvailable": "Audio yoʻlaklar yoʻq",
"noTracksAvailable": "Yoʻlaklar yoʻq",
"subtitleDownloaded": "Subtitr yuklab olindi",
"subtitleDownloadedNotApplied": "Subtitr yuklab olindi, lekin qoʻllanilmadi",
"subtitleDownloadFailed": "Subtitrni yuklab boʻlmadi",