mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-25 18:56:20 +00:00
feat(i18n): add swedish translations for tv interface and fix hardcoded strings
This commit is contained in:
@@ -45,7 +45,7 @@ export const TVTechnicalDetails: React.FC<TVTechnicalDetailsProps> = React.memo(
|
||||
marginBottom: 4,
|
||||
}}
|
||||
>
|
||||
Video
|
||||
{t("common.video")}
|
||||
</Text>
|
||||
<Text style={{ fontSize: typography.body, color: "#FFFFFF" }}>
|
||||
{videoStream.DisplayTitle ||
|
||||
@@ -64,7 +64,7 @@ export const TVTechnicalDetails: React.FC<TVTechnicalDetailsProps> = React.memo(
|
||||
marginBottom: 4,
|
||||
}}
|
||||
>
|
||||
Audio
|
||||
{t("common.audio")}
|
||||
</Text>
|
||||
<Text style={{ fontSize: typography.body, color: "#FFFFFF" }}>
|
||||
{audioStream.DisplayTitle ||
|
||||
|
||||
Reference in New Issue
Block a user