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

docs: readme corrections from localization #1933

Merged
merged 15 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: breadcrumbs doc fixes
  • Loading branch information
vvtimofeev committed Dec 3, 2024
commit bad9304353358b19d4abe2bcfc831f256b062a90
2 changes: 1 addition & 1 deletion src/components/lab/Breadcrumbs/README-ru.md
Original file line number Diff line number Diff line change
@@ -336,7 +336,7 @@ LANDING_BLOCK-->

### Интеграция с роутерами

Компонент `Breadcrumbs` принимает функцию навигации от роутера для управления навигацией на стороне клиента в программном режиме.
Компонент `Breadcrumbs` принимает функцию навигации от роутера для программного управления навигацией на стороне клиента.
На примере ниже показана общая схема:

```jsx
4 changes: 2 additions & 2 deletions src/components/lab/Breadcrumbs/README.md
Original file line number Diff line number Diff line change
@@ -336,8 +336,8 @@ LANDING_BLOCK-->

### Integration with routers

The `Breadcrumbs` component accepts the navigation function received from your router for managing the client-side navigation in a software-based mode.
The example below shows the general pattern:
The `Breadcrumbs` component accepts navigate function received from your router for performing a client side navigation programmatically.
The following example shows the general pattern.

```jsx
function Header() {