fix(i18n): point localize script at test/localize.mjs

This commit is contained in:
CalamitousFelicitousness
2026-06-07 03:37:51 +01:00
parent 91a4e9cef4
commit 7297693cef
+1 -1
View File
@@ -17,7 +17,7 @@
"scripts": {
"venv": ". venv/bin/activate",
"start": ". venv/bin/activate; python launch.py --debug",
"localize": "node cli/localize.js",
"localize": "node test/localize.mjs",
"packages": ". venv/bin/activate && pip install --upgrade accelerate huggingface_hub hf_xet safetensors tokenizers peft pytorch_lightning pylint ruff ty pyright",
"precommit": ". venv/bin/activate && pre-commit run --all-files",
"lint": "npm run precommit && npm run eslint && npm run tsc && npm run ruff && npm run pylint",