Skip to content

Commit

Permalink
Merge pull request #1275 from jannesblobel/main
Browse files Browse the repository at this point in the history
fix: update inlang settings
  • Loading branch information
dermotduffy committed Oct 3, 2023
2 parents 8e3a7b6 + 55aca0d commit 3b82dd6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
5 changes: 3 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"runem.lit-plugin",
"davidanson.vscode-markdownlint",
"redhat.vscode-yaml",
"lokalise.i18n-ally",
"zixuanchen.vitest-explorer"
// "lokalise.i18n-ally",
"zixuanchen.vitest-explorer",
"inlang.vs-code-extension" // improved i18n DX
]
}
17 changes: 0 additions & 17 deletions inlang.config.js

This file was deleted.

19 changes: 19 additions & 0 deletions project.inlang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema":"https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": [],
"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/localize/languages/{languageTag}.json",
"variableReferencePattern": [
"{",
"}"
]
}
}

0 comments on commit 3b82dd6

Please sign in to comment.