Skip to content

Commit

Permalink
fix: update inlang settings (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannesblobel committed Sep 20, 2023
1 parent 82c3c68 commit 99c71a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
17 changes: 0 additions & 17 deletions inlang.config.js

This file was deleted.

19 changes: 19 additions & 0 deletions project.inlang.json
@@ -0,0 +1,19 @@
{
"$schema":"https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": ["ca", "cs-cz", "cy", "de", "en", "es", "fi", "fr", "hu", "it", "jp", "ml", "nl", "pl", "pt-BR", "pt", "ro", "ru", "se", "sk", "tr", "vi", "zh-CN", "zh-TW"],
"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": "./i18n/{languageTag}.json",
"variableReferencePattern": [
"{",
"}"
]
}
}

0 comments on commit 99c71a2

Please sign in to comment.