-
Notifications
You must be signed in to change notification settings - Fork 16
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (34 loc) · 2.07 KB
/
CODEOWNERS
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
README.md @orta
# These are all basically the test fixture info
root-codeowners/**/*.js @two
# C&P'd in the TS website codeowners:
# Collaborators for Japanese Translation of the Website
packages/playground-examples/copy/ja/**/*.md @sasurau4 @Quramy @Naturalclar @Takepepe
packages/playground-examples/copy/ja/**/*.ts @sasurau4 @Quramy @Naturalclar @Takepepe
packages/tsconfig-reference/copy/ja/**/*.md @sasurau4 @Quramy @Naturalclar @Takepepe
packages/typescriptlang-org/src/copy/ja/**/*.ts @sasurau4 @Quramy @Naturalclar @Takepepe
packages/documentation/copy/ja/**/*.ts @sasurau4 @Quramy @Naturalclar @Takepepe
# Collaborators for Portuguese Translation of the Website
packages/playground-examples/copy/pt/**/*.md @khaosdoctor @danilofuchs @orta
packages/playground-examples/copy/pt/**/*.ts @khaosdoctor @danilofuchs @orta
packages/tsconfig-reference/copy/pt/**/*.md @khaosdoctor @danilofuchs @orta
packages/typescriptlang-org/src/copy/pt/**/*.ts @khaosdoctor @danilofuchs @orta
packages/documentation/copy/pt/**/*.ts @khaosdoctor @danilofuchs @orta
# Collaborators for Spanish Translation of the Website
packages/playground-examples/copy/es/**/*.md @KingDarBoja [translate] [es]
packages/playground-examples/copy/es/**/*.ts @KingDarBoja [translate] [es]
packages/tsconfig-reference/copy/es/**/*.md @KingDarBoja [translate] [es]
packages/typescriptlang-org/src/copy/es/**/*.ts @KingDarBoja [translate] [es]
packages/documentation/copy/es/**/*.ts @KingDarBoja [translate] [es]
# Collaborators for Chinese Translation of the Website
packages/playground-examples/copy/zh/**/*.md @Kingwl
packages/playground-examples/copy/zh/**/*.ts @Kingwl
packages/tsconfig-reference/copy/zh/**/*.md @Kingwl
packages/typescriptlang-org/src/copy/zh/**/*.ts @Kingwl
packages/documentation/copy/zh/**/*.ts @Kingwl
# Collaborators for Korean Translation of the Website
packages/playground-examples/copy/ko/**/*.md @Bumkeyy
packages/playground-examples/copy/ko/**/*.ts @Bumkeyy
packages/tsconfig-reference/copy/ko/**/*.md @Bumkeyy
packages/typescriptlang-org/src/copy/ko/**/*.ts @Bumkeyy
packages/documentation/copy/ko/**/*.ts @Bumkeyy