-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathi18n.json
More file actions
46 lines (46 loc) · 1.26 KB
/
i18n.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
44
45
46
{
"$schema": "https://lingo.dev/schema/i18n.json",
"version": "1.15",
"locale": {
"source": "en",
"targets": [
"es"
]
},
"buckets": {
"mdx": {
"include": [
"account/*.mdx",
"admin-api/*.mdx",
"admin-api/endpoints/points/*.mdx",
"admin-api/endpoints/streaks/*.mdx",
"admin-api/endpoints/metrics/*.mdx",
"admin-api/endpoints/attributes/*.mdx",
"admin-api/endpoints/leaderboards/*.mdx",
"api-reference/*.mdx",
"api-reference/endpoints/achievements/*.mdx",
"api-reference/endpoints/leaderboards/*.mdx",
"api-reference/endpoints/metrics/*.mdx",
"api-reference/endpoints/points/*.mdx",
"api-reference/endpoints/streaks/*.mdx",
"api-reference/endpoints/users/*.mdx",
"experimentation/*.mdx",
"getting-started/*.mdx",
"guides/*.mdx",
"platform/*.mdx",
"webhooks/*.mdx",
"webhooks/events/achievements/*.mdx",
"webhooks/events/leaderboards/*.mdx",
"webhooks/events/points/*.mdx",
"webhooks/events/streaks/*.mdx"
],
"exclude": [
"snippets/*.mdx",
"es/*.mdx",
"es/*/*.mdx",
"es/*/*/*.mdx",
"es/*/*/*/*.mdx"
]
}
}
}