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

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"inlang.vs-code-extension"
]
}