Skip to content

Commit bf7f0d0

Browse files
authored
Merge pull request #551 from undead404/translate-sidebars-ready-links
Translate titles in sidebar for pages already in Ukrainian
2 parents 1638f10 + 04bb780 commit bf7f0d0

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

src/sidebarHome.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"title": "React Docs",
2+
"title": "Документація React",
33
"path": "/",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "ОЗНАЙОМЛЕННЯ"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "Швидкий старт",
1111
"path": "/learn"
1212
},
1313
{
14-
"title": "Installation",
14+
"title": "Встановлення",
1515
"path": "/learn/installation"
1616
},
1717
{
1818
"hasSectionHeader": true,
19-
"sectionHeader": "LEARN REACT"
19+
"sectionHeader": "ВИВЧЕННЯ REACT"
2020
},
2121
{
22-
"title": "Describing the UI",
22+
"title": "Написання UI",
2323
"path": "/learn/describing-the-ui"
2424
},
2525
{

src/sidebarLearn.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"title": "Learn React",
2+
"title": "Вивчення React",
33
"path": "/learn",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "ОЗНАЙОМЛЕННЯ"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "Швидкий старт",
1111
"path": "/learn",
1212
"routes": [
1313
{
@@ -21,27 +21,27 @@
2121
]
2222
},
2323
{
24-
"title": "Installation",
24+
"title": "Встановлення",
2525
"path": "/learn/installation",
2626
"routes": [
2727
{
28-
"title": "Start a New React Project",
28+
"title": "Початок нового React-проєкту",
2929
"path": "/learn/start-a-new-react-project"
3030
},
3131
{
32-
"title": "Add React to an Existing Project",
32+
"title": "Інтеграція React в існуючий проект",
3333
"path": "/learn/add-react-to-an-existing-project"
3434
},
3535
{
36-
"title": "Editor Setup",
36+
"title": "Налаштування редактора",
3737
"path": "/learn/editor-setup"
3838
},
3939
{
40-
"title": "Using TypeScript",
40+
"title": "Використання TypeScript",
4141
"path": "/learn/typescript"
4242
},
4343
{
44-
"title": "React Developer Tools",
44+
"title": "Інструменти React розробника",
4545
"path": "/learn/react-developer-tools"
4646
},
4747
{
@@ -53,47 +53,47 @@
5353
},
5454
{
5555
"hasSectionHeader": true,
56-
"sectionHeader": "LEARN REACT"
56+
"sectionHeader": "ВИВЧЕННЯ REACT"
5757
},
5858
{
59-
"title": "Describing the UI",
59+
"title": "Написання UI",
6060
"tags": [],
6161
"path": "/learn/describing-the-ui",
6262
"routes": [
6363
{
64-
"title": "Your First Component",
64+
"title": "Ваш перший компонент",
6565
"path": "/learn/your-first-component"
6666
},
6767
{
68-
"title": "Importing and Exporting Components",
68+
"title": "Імпорт та експорт компонентів",
6969
"path": "/learn/importing-and-exporting-components"
7070
},
7171
{
72-
"title": "Writing Markup with JSX",
72+
"title": "Написання розмітки з JSX",
7373
"path": "/learn/writing-markup-with-jsx"
7474
},
7575
{
76-
"title": "JavaScript in JSX with Curly Braces",
76+
"title": "JavaScript у JSX з фігурними дужками",
7777
"path": "/learn/javascript-in-jsx-with-curly-braces"
7878
},
7979
{
80-
"title": "Passing Props to a Component",
80+
"title": "Передача пропсів до компонента",
8181
"path": "/learn/passing-props-to-a-component"
8282
},
8383
{
84-
"title": "Conditional Rendering",
84+
"title": "Умовний рендеринг",
8585
"path": "/learn/conditional-rendering"
8686
},
8787
{
88-
"title": "Rendering Lists",
88+
"title": "Рендеринг списків",
8989
"path": "/learn/rendering-lists"
9090
},
9191
{
9292
"title": "Keeping Components Pure",
9393
"path": "/learn/keeping-components-pure"
9494
},
9595
{
96-
"title": "Your UI as a Tree",
96+
"title": "Ваш UI як дерево",
9797
"path": "/learn/understanding-your-ui-as-a-tree"
9898
}
9999
]
@@ -104,7 +104,7 @@
104104
"tags": [],
105105
"routes": [
106106
{
107-
"title": "Responding to Events",
107+
"title": "Реагування на події",
108108
"path": "/learn/responding-to-events"
109109
},
110110
{

0 commit comments

Comments
 (0)