Revert "Use client side translation for public login page"

This reverts commit ac91c1348b.
This commit is contained in:
sledgehammer999
2024-06-16 23:31:19 +03:00
parent ec6eac2ba1
commit e6638f9c19
64 changed files with 4 additions and 556 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 private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && prettier --write **.css",
"lint": "eslint 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": "*",