Skip to content

Commit db2f488

Browse files
committed
Adds french
1 parent e4390f2 commit db2f488

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ docs/tsconfig/it/**/*.md @Nabster101 @DeltaPy @PyGera [translation] [it]
6262
docs/typescriptlang/it/**/*.ts @Nabster101 @DeltaPy @PyGera [translation] [it]
6363
docs/typescriptlang/it.ts @Nabster101 @DeltaPy @PyGera [translation] [it]
6464
docs/documentation/it/**/*.md @Nabster101 @DeltaPy @PyGera [translation] [it]
65+
66+
# Collaborators for French Translation of the Website
67+
docs/playground/fr @ManuSquall [translation] [fr]
68+
docs/tsconfig/fr/**/*.md @ManuSquall [translation] [fr]
69+
docs/typescriptlang/fr/**/*.ts @ManuSquall [translation] [fr]
70+
docs/typescriptlang/fr.ts @ManuSquall [translation] [fr]
71+
docs/documentation/fr/**/*.md @ManuSquall [translation] [fr]

localize.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"id": 7,
1010
"uk": 8,
1111
"pl": 9,
12-
"it": 10
12+
"it": 10,
13+
"fr": 100
1314
},
1415
"docsRoots": [
1516
{ "name": "Playground", "from": "packages/playground-examples/copy/", "to": "docs/playground" },
@@ -25,7 +26,8 @@
2526
"docs/typescriptlang/pl/pl.ts",
2627
"docs/typescriptlang/pt/pt.ts",
2728
"docs/typescriptlang/vo/vo.ts",
28-
"docs/typescriptlang/zh/zh.ts"
29+
"docs/typescriptlang/zh/zh.ts",
30+
"docs/typescriptlang/fr/fr.ts"
2931
]
3032
}
3133
}

starting_new_language.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## How to add a new language
2+
3+
Things you need before:
4+
5+
- Someone to be responsible
6+
- Others to help out (and maybe also make responsible)
7+
8+
## **In this repo**
9+
10+
1. Create an issue "[Language] Localization summary". Copy the issue number.
11+
1. Make a new label for the language
12+
1. Go to `localize.json` and add your new language
13+
1. Add the new owner to `CODEOWNERS`
14+
15+
Send a PR with those changes, here's an example with French: [PR]
16+
17+
## **In Discord**
18+
19+
1. Create a new room: `#localize-[shortcode]`
20+
1. Add the tag "localizer" to folks interested

0 commit comments

Comments
 (0)