Skip to content

Commit

Permalink
Merge pull request #551 from undead404/translate-sidebars-ready-links
Browse files Browse the repository at this point in the history
Translate titles in sidebar for pages already in Ukrainian
  • Loading branch information
alinkedd authored Jul 20, 2024
2 parents 1638f10 + 04bb780 commit bf7f0d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
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

0 comments on commit bf7f0d0

Please sign in to comment.