mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move Yadif & Yadif Bob into language strings instead of hard-coded
This commit is contained in:
parent
f078ce95e7
commit
c028c501d2
2 changed files with 4 additions and 2 deletions
|
@ -138,8 +138,8 @@
|
|||
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectDeinterlaceMethod" label="${LabelDeinterlaceMethod}">
|
||||
<option value="yadif">Yadif</option>
|
||||
<option value="yadif_bob">Yadif Bob</option>
|
||||
<option value="yadif">${Yadif}</option>
|
||||
<option value="yadif_bob">${YadifBob}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${DeinterlaceMethodHelp}</div>
|
||||
</div>
|
||||
|
|
|
@ -1469,6 +1469,8 @@
|
|||
"XmlTvNewsCategoriesHelp": "Programs with these categories will be displayed as news programs. Separate multiple with '|'.",
|
||||
"XmlTvPathHelp": "A path to a XMLTV file. Jellyfin will read this file and periodically check it for updates. You are responsible for creating and updating the file.",
|
||||
"XmlTvSportsCategoriesHelp": "Programs with these categories will be displayed as sports programs. Separate multiple with '|'.",
|
||||
"Yadif": "Yadif",
|
||||
"YadifBob": "Yadif Bob",
|
||||
"Yes": "Yes",
|
||||
"Yesterday": "Yesterday"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue