docs: add localization editor and ide extension (#2793)

pull/2803/head
Nils Jacobsen 4 months ago committed by GitHub
parent 6cbe6a6617
commit 6f9b84b06e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .vscode/extensions.json
  2. 1
      src/docs/project.inlang/project_id
  3. 34
      src/docs/project.inlang/settings.json

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

@ -0,0 +1 @@
c47c49157aca9b17424b022896bf15450334e186e57991fdf869dcaf67b8fdbf

@ -0,0 +1,34 @@
{
"$schema": "https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": [
"en",
"ar",
"de",
"es",
"fa",
"fr",
"id",
"it",
"ja",
"ko",
"ms",
"pl",
"pt",
"ru",
"uk",
"vi",
"zh-hans",
"zh-hant"
],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-json@4/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@1/dist/index.js"
],
"plugin.inlang.json": {
"pathPattern": "./src/translation/{languageTag}.json"
}
}
Loading…
Cancel
Save