-
Notifications
You must be signed in to change notification settings - Fork 132
/
localize.json
34 lines (34 loc) · 1 KB
/
localize.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
{
"app": "microsoft/TypeScript-Website#v2",
"issues": {
"pt": 1,
"ja": 3,
"es": 4,
"zh": 5,
"ko": 6,
"id": 7,
"uk": 8,
"pl": 9,
"it": 10,
"fr": 100
},
"docsRoots": [
{ "name": "Playground", "from": "packages/playground-examples/copy/", "to": "docs/playground" },
{ "name": "TSConfig Reference", "from": "packages/tsconfig-reference/copy/", "to": "docs/tsconfig" },
{ "name": "Website copy", "from": "packages/typescriptlang-org/src/copy/", "to": "docs/typescriptlang" },
{ "name": "Documentation", "from": "packages/documentation/copy/", "to": "docs/documentation" }
],
"validate": {
"ignoreFiles": [
"docs/typescriptlang/es/es.ts",
"docs/typescriptlang/id/id.ts",
"docs/typescriptlang/ja/ja.ts",
"docs/typescriptlang/ko/ko.ts",
"docs/typescriptlang/pl/pl.ts",
"docs/typescriptlang/pt/pt.ts",
"docs/typescriptlang/vo/vo.ts",
"docs/typescriptlang/zh/zh.ts",
"docs/typescriptlang/fr/fr.ts"
]
}
}