forked from dolezsa/thermal_comfort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.inlang.json
41 lines (41 loc) · 958 Bytes
/
project.inlang.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"sourceLanguageTag": "en",
"languageTags": [
"ca",
"cs",
"da",
"de",
"el",
"en",
"es",
"fr",
"hu",
"it",
"ja",
"nb",
"nl",
"pl",
"pt-BR",
"pt",
"ro",
"ru",
"sk",
"sv",
"uk",
"zh-Hans"
],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/plugin-json@4/dist/index.js"
],
"settings": {
"plugin.inlang.json": {
"pathPattern": "./custom_components/thermal_comfort/translations/{languageTag}.json",
"ignore": [],
"variableReferencePattern": ["{", "}"]
}
}
}