Revert "Use client side translation for public login page"

This reverts #20520.
PR #21290.
This commit is contained in:
Chocobo1
2024-09-06 15:38:31 +08:00
committed by GitHub
parent 0e63b83aed
commit 944499814b
66 changed files with 12 additions and 802 deletions

View File

@@ -6,7 +6,6 @@
"url": "https://github.com/qbittorrent/qBittorrent.git"
},
"scripts": {
"extract_translation": "i18next -c public/i18next-parser.config.mjs public/index.html public/scripts/login.js",
"format": "js-beautify -r *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && prettier --write **.css",
"lint": "eslint *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && stylelint **/*.css && html-validate private public"
},
@@ -16,7 +15,6 @@
"eslint-plugin-html": "*",
"eslint-plugin-regexp": "*",
"html-validate": "*",
"i18next-parser": "*",
"js-beautify": "*",
"prettier": "*",
"stylelint": "*",