feat: Add inlang CLI and VS Code extension for i18n tooling and adjust locale import path.

This commit is contained in:
Jrodenas
2026-03-05 19:00:31 +01:00
parent b4a6555e5e
commit 9d1f35c629
4 changed files with 15 additions and 5 deletions

View File

@@ -10,7 +10,8 @@
"start": "node --import ./.output/server/instrument.server.mjs .output/server/index.mjs",
"format": "biome format",
"lint": "biome lint",
"check": "biome check"
"check": "biome check",
"machine-translate": "inlang machine translate --project project.inlang"
},
"dependencies": {
"@heroui/react": "^3.0.0-beta.8",
@@ -48,6 +49,7 @@
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^3.2.4"
"vitest": "^3.2.4",
"@inlang/cli": "^3.0.0"
}
}