You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en_US/translations.ts
+11-1
Original file line number
Diff line number
Diff line change
@@ -897,6 +897,16 @@
897
897
<translation>Unable to find any albums or songs belonging to this artist</translation>
898
898
<extracomment>Popup message when we find no audio data for an artist</extracomment>
899
899
</message>
900
+
<message>
901
+
<source>Custom Subtitles</source>
902
+
<translation>Custom Subtitles</translation>
903
+
<extracomment>Name of a setting - custom subtitles that support CJK fonts</extracomment>
904
+
</message>
905
+
<message>
906
+
<source>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.</source>
907
+
<translation>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.</translation>
908
+
<extracomment>Description of a setting - custom subtitles that support CJK fonts</extracomment>
909
+
</message>
900
910
<message>
901
911
<source>Text Subtitles Only</source>
902
912
<translation>Text Subtitles Only</translation>
@@ -1050,4 +1060,4 @@
1050
1060
<translation>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.</translation>
Copy file name to clipboardExpand all lines: settings/settings.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -58,16 +58,16 @@
58
58
"default": "false"
59
59
},
60
60
{
61
-
"title": "Text Subtitles Only",
62
-
"description": "Only display text subtitles to minimize transcoding.",
63
-
"settingName": "playback.subs.onlytext",
61
+
"title": "Custom Subtitles",
62
+
"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.",
63
+
"settingName": "playback.subs.custom",
64
64
"type": "bool",
65
65
"default": "false"
66
66
},
67
67
{
68
-
"title": "Use Custom Subtitles",
69
-
"description": "Use custom subtitles instead of Roku default subtitles",
70
-
"settingName": "playback.subs.custom",
68
+
"title": "Text Subtitles Only",
69
+
"description": "Only display text subtitles to minimize transcoding.",
0 commit comments