i18n, Update version

pull/191/head v3.16.0
Andrew 3 years ago
parent 7a267fd9ea
commit 1df2678b8e

@ -36,6 +36,7 @@
<content_rating type="oars-1.1" />
<releases>
<release version="3.16.0" date="2023-12-24" />
<release version="3.15.1" date="2023-11-26" />
<release version="3.15.0" date="2023-10-29" />
<release version="3.14.3" date="2023-10-21" />

@ -4,7 +4,7 @@
"yt-dlp-wrap-plus": "^2.3.18"
},
"name": "ytdownloader",
"version": "3.15.1",
"version": "3.16.0",
"main": "main.js",
"scripts": {
"start": "electron .",

@ -35,3 +35,5 @@ getId("resetFoldernameFormat").textContent = i18n.__("Reset to default");
getId("maxTxt").textContent = i18n.__("Maximum number of active downloads");
getId("trayTxt").textContent = i18n.__("Close app to system tray");
getId("autoUpdateTxt").textContent = i18n.__("Disable auto updates");
getId("showMoreFormatsTxt").textContent = i18n.__("Show more format options");
getId("preferredVideoCodecTxt").textContent = i18n.__("Preferred video codec");

Loading…
Cancel
Save