fix: watch together bugs, TV focus issues, system locale default
- Fix guest controls locked on join (use reactive context.select) - Fix Google TV back button when controls hidden (focus recovery + global fallback) - Fix profile switch screen focus lost on TV (explicit focus request) - Add 15s host reconnect grace period with reconnecting overlay - Add participant join/leave notification toasts - Default to system language on first launch via findDeviceLocale()
This commit is contained in:
@@ -878,6 +878,9 @@ class _TranslationsWatchTogetherEs implements TranslationsWatchTogetherEn {
|
||||
@override String get failedToJoin => 'Error al unirse a la sesión';
|
||||
@override String get sessionCodeCopied => 'Código de sesión copiado al portapapeles';
|
||||
@override String get relayUnreachable => 'El servidor de retransmisión no está disponible. Esto puede deberse a que tu proveedor de internet bloquea la conexión. Puedes intentarlo de todos modos, pero Watch Together podría no funcionar.';
|
||||
@override String get reconnectingToHost => 'Reconectando con el anfitrión...';
|
||||
@override String participantJoined({required Object name}) => '${name} se unió';
|
||||
@override String participantLeft({required Object name}) => '${name} se fue';
|
||||
}
|
||||
|
||||
// Path: downloads
|
||||
@@ -1699,6 +1702,9 @@ extension on TranslationsEs {
|
||||
'watchTogether.failedToJoin' => 'Error al unirse a la sesión',
|
||||
'watchTogether.sessionCodeCopied' => 'Código de sesión copiado al portapapeles',
|
||||
'watchTogether.relayUnreachable' => 'El servidor de retransmisión no está disponible. Esto puede deberse a que tu proveedor de internet bloquea la conexión. Puedes intentarlo de todos modos, pero Watch Together podría no funcionar.',
|
||||
'watchTogether.reconnectingToHost' => 'Reconectando con el anfitrión...',
|
||||
'watchTogether.participantJoined' => ({required Object name}) => '${name} se unió',
|
||||
'watchTogether.participantLeft' => ({required Object name}) => '${name} se fue',
|
||||
'downloads.title' => 'Descargas',
|
||||
'downloads.manage' => 'Gestionar',
|
||||
'downloads.tvShows' => 'Series de TV',
|
||||
|
||||
Reference in New Issue
Block a user