-
Notifications
You must be signed in to change notification settings - Fork 5
/
project.inlang.json
43 lines (43 loc) · 1.06 KB
/
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
42
43
{
"sourceLanguageTag": "en",
"languageTags": [
"bg",
"ca",
"cn",
"cs",
"da",
"de",
"el",
"en",
"es",
"fi",
"fr",
"hu",
"it",
"nl",
"no",
"pl",
"pt",
"ro",
"ru",
"sk",
"sl",
"sv",
"tr",
"uk"
],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@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.i18next": {
"pathPattern": "./src/localize/languages/{languageTag}.json",
"variableReferencePattern": [
"{",
"}"
]
}
}