From 7297693cef34caa67891a9082b0e948ae9e22063 Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Sun, 7 Jun 2026 03:37:51 +0100 Subject: [PATCH] fix(i18n): point localize script at test/localize.mjs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d03eaad1b..04ea18bca 100644 --- a/package.json +++ b/package.json @@ -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",