summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar Pavel Mineev <pavel@mineev.me> 2021-09-30 22:16:09 +0300
committerGravatar GitHub <noreply@github.com> 2021-09-30 15:16:09 -0400
commit9d64722e84b40d2e91f1e202602c5861b8a22efe (patch)
tree8a077f4ab1887f5e94ad406b3c74b7418e851104 /docs/src/config.ts
parent41aed672abde8ddfd2f448a2928aa0c46663f495 (diff)
downloadastro-9d64722e84b40d2e91f1e202602c5861b8a22efe.tar.gz
astro-9d64722e84b40d2e91f1e202602c5861b8a22efe.tar.zst
astro-9d64722e84b40d2e91f1e202602c5861b8a22efe.zip
Translation for Getting Started [RU] (#1461)
* add getting started in russian * add russian in the lang selector * add russian in blog post * minor changes * translation for the comments in the code Co-authored-by: Alex <bespoyasov@me.com> * changes from @nlopin Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com> * sync with original docs #1464 * accept changes from @nlopin with slight changes Co-authored-by: Alex <bespoyasov@me.com> Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index ada905ab2..42b21b4e0 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -103,6 +103,10 @@ export const SIDEBAR = {
{ text: 'セットアップ', header: true },
{ text: 'はじめに', link: 'ja/getting-started' },
],
+ ru: [
+ { text: 'Введение', header: true },
+ { text: 'Начало работы', link: 'ru/getting-started' },
+ ]
};
export const SITE = {