mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4863 from felix920506/document-fallback-fonts
Link documentation in fallback fonts helptext
This commit is contained in:
commit
61f56f9672
2 changed files with 4 additions and 2 deletions
|
@ -254,7 +254,9 @@
|
||||||
</div>
|
</div>
|
||||||
<button type="button" is="paper-icon-button-light" id="btnSelectFallbackFontPath" class="emby-input-iconbutton"><span class="material-icons search" aria-hidden="true"></span></button>
|
<button type="button" is="paper-icon-button-light" id="btnSelectFallbackFontPath" class="emby-input-iconbutton"><span class="material-icons search" aria-hidden="true"></span></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="fieldDescription">${LabelFallbackFontPathHelp}</div>
|
<div class="fieldDescription">
|
||||||
|
<a is="emby-linkbutton" rel="noopener noreferrer" class="button-link" href="https://jellyfin.org/docs/general/administration/configuration#fonts" target="_blank">${LabelFallbackFontPathHelp}</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label>
|
<label>
|
||||||
|
|
|
@ -1625,7 +1625,7 @@
|
||||||
"HeaderSelectFallbackFontPath": "Select Fallback Font Folder Path",
|
"HeaderSelectFallbackFontPath": "Select Fallback Font Folder Path",
|
||||||
"HeaderSelectFallbackFontPathHelp": "Browse or enter the path of the fallback font folder to use for rendering ASS/SSA subtitles.",
|
"HeaderSelectFallbackFontPathHelp": "Browse or enter the path of the fallback font folder to use for rendering ASS/SSA subtitles.",
|
||||||
"LabelFallbackFontPath": "Fallback font folder path",
|
"LabelFallbackFontPath": "Fallback font folder path",
|
||||||
"LabelFallbackFontPathHelp": "Specify a path containing fallback fonts for rendering ASS/SSA subtitles. The maximum allowed total font size is 20 MB. Lightweight and web-friendly font formats such as woff2 are recommended.",
|
"LabelFallbackFontPathHelp": "These fonts are used by some clients to render subtitles. Please refer to the documentation for more information.",
|
||||||
"EnableFallbackFont": "Enable fallback fonts",
|
"EnableFallbackFont": "Enable fallback fonts",
|
||||||
"EnableFallbackFontHelp": "Enable custom alternate fonts. This can avoid the problem of incorrect subtitle rendering.",
|
"EnableFallbackFontHelp": "Enable custom alternate fonts. This can avoid the problem of incorrect subtitle rendering.",
|
||||||
"AspectRatioCover": "Cover",
|
"AspectRatioCover": "Cover",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue