feat: add script to apply crowdin translations from memory
Node.js CI / Lint and Test (push) Successful in 28s

This commit is contained in:
2025-08-27 16:41:35 -07:00
parent cb6934ef22
commit 3541fdc411
10 changed files with 311 additions and 1 deletions
+3 -1
View File
@@ -8,4 +8,6 @@ console.log(`Hello there~!
It looks like you may be trying to run this tool like a typical project. But it is not!
Instead of running "pnpm start", you should identify the script you want to run and use "tsx src/path/to/script.js".`);
Instead of running "pnpm start", you should identify the script you want to run and use "tsx src/path/to/script.js".
Or, if your script requires environment variables, run "op run --env-file=.env --no-masking -- tsx src/path/to/script.js"`);