fix(i18n): localize hardcoded UI strings

close #1257
This commit is contained in:
edde746
2026-06-06 11:45:34 +02:00
parent f74314bbf0
commit 4c4b18e2cd
64 changed files with 4391 additions and 258 deletions
+1 -1
View File
@@ -1017,7 +1017,7 @@ void _navigateToSeason(BuildContext context, MediaItem episode, {bool isOffline
id: episode.parentId!,
backend: episode.backend,
kind: MediaKind.season,
title: episode.parentTitle ?? 'Season ${episode.parentIndex ?? ''}',
title: episode.parentTitle ?? t.common.seasonNumber(number: episode.parentIndex ?? ''),
index: episode.parentIndex,
parentId: episode.grandparentId,
thumbPath: episode.parentThumbPath,