Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate titles in sidebar for pages already in Ukrainian #551

Merged
merged 1 commit into from
Jul 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/sidebarHome.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"title": "React Docs",
"title": "Документація React",
"path": "/",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
"sectionHeader": "ОЗНАЙОМЛЕННЯ"
},
{
"title": "Quick Start",
"title": "Швидкий старт",
"path": "/learn"
},
{
"title": "Installation",
"title": "Встановлення",
"path": "/learn/installation"
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
"sectionHeader": "ВИВЧЕННЯ REACT"
},
{
"title": "Describing the UI",
"title": "Написання UI",
"path": "/learn/describing-the-ui"
},
{
Expand Down
40 changes: 20 additions & 20 deletions src/sidebarLearn.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"title": "Learn React",
"title": "Вивчення React",
"path": "/learn",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
"sectionHeader": "ОЗНАЙОМЛЕННЯ"
},
{
"title": "Quick Start",
"title": "Швидкий старт",
"path": "/learn",
"routes": [
{
Expand All @@ -21,27 +21,27 @@
]
},
{
"title": "Installation",
"title": "Встановлення",
"path": "/learn/installation",
"routes": [
{
"title": "Start a New React Project",
"title": "Початок нового React-проєкту",
"path": "/learn/start-a-new-react-project"
},
{
"title": "Add React to an Existing Project",
"title": "Інтеграція React в існуючий проект",
"path": "/learn/add-react-to-an-existing-project"
},
{
"title": "Editor Setup",
"title": "Налаштування редактора",
"path": "/learn/editor-setup"
},
{
"title": "Using TypeScript",
"title": "Використання TypeScript",
"path": "/learn/typescript"
},
{
"title": "React Developer Tools",
"title": "Інструменти React розробника",
"path": "/learn/react-developer-tools"
},
{
Expand All @@ -53,47 +53,47 @@
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
"sectionHeader": "ВИВЧЕННЯ REACT"
},
{
"title": "Describing the UI",
"title": "Написання UI",
"tags": [],
"path": "/learn/describing-the-ui",
"routes": [
{
"title": "Your First Component",
"title": "Ваш перший компонент",
"path": "/learn/your-first-component"
},
{
"title": "Importing and Exporting Components",
"title": "Імпорт та експорт компонентів",
"path": "/learn/importing-and-exporting-components"
},
{
"title": "Writing Markup with JSX",
"title": "Написання розмітки з JSX",
"path": "/learn/writing-markup-with-jsx"
},
{
"title": "JavaScript in JSX with Curly Braces",
"title": "JavaScript у JSX з фігурними дужками",
"path": "/learn/javascript-in-jsx-with-curly-braces"
},
{
"title": "Passing Props to a Component",
"title": "Передача пропсів до компонента",
"path": "/learn/passing-props-to-a-component"
},
{
"title": "Conditional Rendering",
"title": "Умовний рендеринг",
"path": "/learn/conditional-rendering"
},
{
"title": "Rendering Lists",
"title": "Рендеринг списків",
"path": "/learn/rendering-lists"
},
{
"title": "Keeping Components Pure",
"path": "/learn/keeping-components-pure"
},
{
"title": "Your UI as a Tree",
"title": "Ваш UI як дерево",
"path": "/learn/understanding-your-ui-as-a-tree"
}
]
Expand All @@ -104,7 +104,7 @@
"tags": [],
"routes": [
{
"title": "Responding to Events",
"title": "Реагування на події",
"path": "/learn/responding-to-events"
},
{
Expand Down
Loading