Skip to content

[RU] Translation update #2334

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

Merged
merged 15 commits into from
Aug 4, 2018
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
2 changes: 2 additions & 0 deletions docs/ru/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Введение

<Bit/>

:::tip ПРИМЕЧАНИЕ К ВЕРСИИ
Для пользователей TypeScript, `[email protected]+` требуется `[email protected]+`, и наоборот.
:::
Expand Down
2 changes: 2 additions & 0 deletions docs/ru/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar: auto

# Справочник API

<Bit/>

## `<router-link>`

`<router-link>` — это компонент предназначенный для навигации пользователя в приложении с клиентской маршрутизацией. Путь назначения указывается с помощью входного параметра `to`. По умолчанию рендерится в тег `<a>` с корректным значением `href`, но может быть сконфигурирован входным параметром `tag`. Кроме того, ссылка автоматически получает активный класс CSS при переходе на путь назначения.
Expand Down
2 changes: 2 additions & 0 deletions docs/ru/guide/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Начало работы

<Bit/>

::: tip Примечание
Мы будем использовать синтаксис [ES2015](https://github.com/lukehoban/es6features) в примерах кода в этом руководстве.

Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guide/essentials/dynamic-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const User = {
}
```

Или можно воспользоваться хуком `beforeRouteUpdate`, добавленным в версии 2.2:
Или можно воспользоваться [хуком `beforeRouteUpdate`](../advanced/navigation-guards.md), добавленным в версии 2.2:

``` js
const User = {
Expand Down