Language changes

pull/28/head
aandrew-me 3 years ago
parent c2c15eccb9
commit a5b4dbac41

@ -18,8 +18,7 @@
</div>
<h1>ytDownloader </h1><span id="version"></span>
<p id="txt1">ytDownloader lets you download videos (and sometimes audios) from hundreds of sites like Youtube,
Facebook, Instagram, Tiktok, Twitter and so on</p>
<p id="txt1">ytDownloader lets you download videos and audios from hundreds of sites like Youtube, Facebook, Instagram, Tiktok, Twitter and so on</p>
<p id="txt2">It's a Free and Open Source app built on top of Node.js and Electron. yt-dlp has been used for
downloading</p>

@ -8,7 +8,7 @@ const i18n = new(require('../translations/i18n'))
// Translating texts
getId("back").textContent = i18n.__("Homepage")
getId("txt1").textContent = i18n.__("ytDownloader lets you download videos (and sometimes audios) from hundreds of sites like Youtube, Facebook, Instagram, Tiktok, Twitter and so on")
getId("txt1").textContent = i18n.__("ytDownloader lets you download videos and audios from hundreds of sites like Youtube, Facebook, Instagram, Tiktok, Twitter and so on")
getId("txt2").textContent = i18n.__("It's a Free and Open Source app built on top of Node.js and Electron. yt-dlp has been used for downloading")
getId("txt3").textContent = i18n.__("Source Code is available ")
getId("sourceLink").textContent = i18n.__("here")

Loading…
Cancel
Save