-
-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathproject.inlang.json
More file actions
16 lines (16 loc) · 763 Bytes
/
Copy pathproject.inlang.json
File metadata and controls
16 lines (16 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"$schema": "https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": ["ca", "en", "fr", "it", "pt-BR", "pt-PT"],
"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": ["{", "}"]
}
}