feat: add i18n

This commit is contained in:
Cfp
2025-08-14 15:10:48 +02:00
parent 67e5cba264
commit b3f3c4f0b2
13 changed files with 125 additions and 18 deletions

View File

@ -1,3 +1,6 @@
{
"recommendations": ["svelte.svelte-vscode"]
}
"recommendations": [
"svelte.svelte-vscode",
"inlang.vs-code-extension"
]
}