feat: add db import script, fix duplicate translations in extract, add annotate script

This commit is contained in:
lila 2026-05-03 22:05:10 +02:00
parent 4a842140b9
commit f59399be02
7 changed files with 274 additions and 62 deletions

View file

@ -4,7 +4,9 @@
"private": true,
"type": "module",
"scripts": {
"db:import": "tsx db/import.ts",
"db:init": "tsx db/init.ts",
"annotate": "tsx stage-2-annotate/scripts/annotate.ts",
"test": "vitest run",
"test:watch": "vitest"
},