Translate playlist page

pull/42/head
aandrew-me 3 years ago
parent e9c88349df
commit 66cc3f760b

@ -39,10 +39,11 @@
<div id="options">
<br>
<strong>Link:</strong><span id="link"></span>
<strong id="linkTitle">Link:</strong>
<span id="link"></span>
<br><br>
<label>Select Format</label>
<label id="videoFormat">Select Format </label>
<select id="select">
<option value="144">144p</option>
<option value="240">240p</option>

@ -143,3 +143,12 @@ getId("homeWin").addEventListener("click", ()=>{
closeMenu();
ipcRenderer.send("load-win", __dirname + "/index.html");
})
// Translations
getId("pasteLink").textContent = i18n.__("Click to paste playlist link from clipboard [Ctrl + V]")
getId("preferenceWin").textContent = i18n.__("Preferences")
getId("aboutWin").textContent = i18n.__("About")
getId("homeWin").textContent = i18n.__("Homepage")
getId("linkTitle").textContent = i18n.__("Link:")
getId("videoFormat").textContent = i18n.__("Select Format ")
getId("download").textContent = i18n.__("Download")
Loading…
Cancel
Save