Skip to content

Commit 1fd21b7

Browse files
committed
Updated custom subtitle option in settings.json
Added en-US translations for custom subtitle option
1 parent bd5a055 commit 1fd21b7

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

locale/en_US/translations.ts

+11-1
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,16 @@
897897
<translation>Unable to find any albums or songs belonging to this artist</translation>
898898
<extracomment>Popup message when we find no audio data for an artist</extracomment>
899899
</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>
900910
<message>
901911
<source>Text Subtitles Only</source>
902912
<translation>Text Subtitles Only</translation>
@@ -1050,4 +1060,4 @@
10501060
<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>
10511061
</message>
10521062
</context>
1053-
</TS>
1063+
</TS>

settings/settings.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
"default": "false"
5959
},
6060
{
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",
6464
"type": "bool",
6565
"default": "false"
6666
},
6767
{
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.",
70+
"settingName": "playback.subs.onlytext",
7171
"type": "bool",
7272
"default": "false"
7373
}

0 commit comments

Comments
 (0)