chore(i18n): sentence-case and polish the en.json source (#1663)

This commit is contained in:
Gauvain
2026-06-08 12:10:43 +02:00
committed by GitHub
parent b0c9dc114c
commit a242ff69fd
39 changed files with 521 additions and 529 deletions

View File

@@ -63,7 +63,7 @@ export const TrackSheet: React.FC<Props> = ({
<Text numberOfLines={1}>
{selected === -1 && streamType === "Subtitle"
? t("common.none")
: selectedSteam?.DisplayTitle || t("common.select", "Select")}
: selectedSteam?.DisplayTitle || t("common.select")}
</Text>
</TouchableOpacity>
</View>