Skip to content

Commit 92c02cb

Browse files
Alex-Sokolovkazupon
authored andcommitted
docs: [RU] Translation update (#1611)
* [RU] Translation moved to VuePress * custom-block.md example fix * fix link * options.md правка * testing.md fix links * linting.md fix link * options.md added new section * options.md add exposeFilename * guide/README.md update * README.md обновление * docs: [RU] update * pre-processors.md update * custom-blocks.md update
1 parent 1f57f5e commit 92c02cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/ru/guide/custom-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This is the documentation for component B.
7474
<!-- ComponentA.vue -->
7575
<template>
7676
<div>
77-
<ComponentB/>
77+
<ComponentB />
7878
<p>{{ docs }}</p>
7979
</div>
8080
</template>

Diff for: docs/ru/guide/pre-processors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
loader: 'sass-loader',
8989
options: {
9090
// вы можете также указать файл, например `variables.scss`
91-
// use `data` here if sass-loader version < 8
91+
// используйте свойство `data` здесь, если версия sass-loader < 8
9292
prependData: `$color: red;`
9393
}
9494
}

0 commit comments

Comments
 (0)