diff --git a/locale/en_US/translations.ts b/locale/en_US/translations.ts index 00be207c..13a64547 100644 --- a/locale/en_US/translations.ts +++ b/locale/en_US/translations.ts @@ -897,6 +897,16 @@ Unable to find any albums or songs belonging to this artist Popup message when we find no audio data for an artist + + Custom Subtitles + Custom Subtitles + Name of a setting - custom subtitles that support CJK fonts + + + Replace Roku's default subtitle functions with custom functions that support CJK fonts. Fallback fonts must be configured and enabled on the server for CJK rendering to work. + Replace Roku's default subtitle functions with custom functions that support CJK fonts. Fallback fonts must be configured and enabled on the server for CJK rendering to work. + Description of a setting - custom subtitles that support CJK fonts + Text Subtitles Only Text Subtitles Only @@ -1050,4 +1060,4 @@ If enabled, the star and community rating for episodes of a TV show will be removed. This is to prevent spoilers of an upcoming good/bad episode. - + \ No newline at end of file diff --git a/settings/settings.json b/settings/settings.json index 11bcd9cb..787d999d 100644 --- a/settings/settings.json +++ b/settings/settings.json @@ -58,16 +58,16 @@ "default": "false" }, { - "title": "Text Subtitles Only", - "description": "Only display text subtitles to minimize transcoding.", - "settingName": "playback.subs.onlytext", + "title": "Custom Subtitles", + "description": "Replace Roku's default subtitle functions with custom functions that support CJK fonts. Fallback fonts must be configured and enabled on the server for CJK rendering to work.", + "settingName": "playback.subs.custom", "type": "bool", "default": "false" }, { - "title": "Use Custom Subtitles", - "description": "Use custom subtitles instead of Roku default subtitles", - "settingName": "playback.subs.custom", + "title": "Text Subtitles Only", + "description": "Only display text subtitles to minimize transcoding.", + "settingName": "playback.subs.onlytext", "type": "bool", "default": "false" }