Skip to content

Commit 93a6415

Browse files
committed
FR translation: copy file to translate
1 parent 69341f6 commit 93a6415

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

docs/playground/fr/sections.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"sections": [
3+
{
4+
"name": "JavaScript",
5+
"id": "JavaScript",
6+
"subtitle": "See how TypeScript improves day to day working with JavaScript with minimal additional syntax."
7+
},
8+
{
9+
"name": "TypeScript",
10+
"id": "TypeScript",
11+
"subtitle": "Explore how TypeScript extends JavaScript to add more safety and tooling."
12+
},
13+
{
14+
"name": "3.7",
15+
"id": "3.7",
16+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/'>Release notes</a>."
17+
},
18+
{
19+
"name": "3.8",
20+
"id": "3.8",
21+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-8/'>Release notes</a>."
22+
},
23+
{
24+
"name": "4.0",
25+
"id": "4.0",
26+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/'>Release notes</a>."
27+
},
28+
{
29+
"name": "4.1",
30+
"id": "4.1",
31+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/'>Release notes</a>."
32+
},
33+
{
34+
"name": "4.2",
35+
"id": "4.2",
36+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-2-beta/'>Release notes</a>."
37+
},
38+
{
39+
"name": "4.3",
40+
"id": "4.3",
41+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/'>Release notes</a>."
42+
},
43+
{
44+
"name": "4.4",
45+
"id": "4.4",
46+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-4-beta/'>Release notes</a>."
47+
},
48+
{
49+
"name": "Playground V3",
50+
"id": "Playground",
51+
"subtitle": "Learn what has changed in this website."
52+
}
53+
],
54+
"sortedSubSections": [
55+
// JS
56+
"JavaScript Essentials",
57+
"Functions with JavaScript",
58+
"Working With Classes",
59+
"Modern JavaScript",
60+
"External APIs",
61+
"Helping with JavaScript",
62+
// TS
63+
"Primitives",
64+
"Type Primitives",
65+
"Meta-Types",
66+
"Language",
67+
"Language Extensions",
68+
// Examples
69+
"Syntax and Messaging",
70+
"Types and Code Flow",
71+
"Fixits",
72+
// Playground
73+
"Config",
74+
"Tooling",
75+
// 3.8
76+
"Breaking Changes",
77+
"JSDoc Improvements",
78+
// 4.0
79+
"New JS Features",
80+
"New TS Features",
81+
"New Checks",
82+
// 4.1
83+
"Template Literals"
84+
]
85+
}

0 commit comments

Comments
 (0)