feat: add localization editor and ide extension (#786)

* feat: add localization editor and ide extension

* feat: add markdown status translation badge
This commit is contained in:
Nils Jacobsen
2024-01-29 11:14:02 +01:00
committed by GitHub
parent 72d1503fa3
commit 6b40062504
4 changed files with 33 additions and 0 deletions

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

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