diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 88373318..df617411 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -766,7 +766,10 @@ "previewQuote": "Convinced life is meaningless, I lack the courage of my conviction.", "textSizeLabel": "Text size", "title": "Subtitles", - "textBoldLabel": "Bold text" + "textBoldLabel": "Bold text", + "verticalPositionLabel": "Vertical position", + "default": "Default", + "low": "Low" }, "unsaved": "You have unsaved changes... ฅ^•ﻌ•^ฅ" }, diff --git a/src/components/player/atoms/settings/CaptionSettingsView.tsx b/src/components/player/atoms/settings/CaptionSettingsView.tsx index d953fbf0..ab4b5d05 100644 --- a/src/components/player/atoms/settings/CaptionSettingsView.tsx +++ b/src/components/player/atoms/settings/CaptionSettingsView.tsx @@ -325,6 +325,47 @@ export function CaptionSettingsView({ onChange={(v) => handleStylingChange({ ...styling, size: v / 100 })} value={styling.size * 100} /> +