Skip to content

Commit

Permalink
Merge pull request #540 from jannesblobel/master
Browse files Browse the repository at this point in the history
fix: inlang settings
  • Loading branch information
dermotduffy authored Sep 21, 2023
2 parents dc9305b + 03d357e commit 3cf9711
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
28 changes: 0 additions & 28 deletions inlang.config.js

This file was deleted.

14 changes: 14 additions & 0 deletions project.inlang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema":"https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": ["de","en","pt_br","pt-BR"],
"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": "./custom_components/frigate/translations/{languageTag}.json"
}
}

0 comments on commit 3cf9711

Please sign in to comment.