diff options
author | 2021-09-30 22:16:09 +0300 | |
---|---|---|
committer | 2021-09-30 15:16:09 -0400 | |
commit | 9d64722e84b40d2e91f1e202602c5861b8a22efe (patch) | |
tree | 8a077f4ab1887f5e94ad406b3c74b7418e851104 /www/src | |
parent | 41aed672abde8ddfd2f448a2928aa0c46663f495 (diff) | |
download | astro-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 'www/src')
-rw-r--r-- | www/src/pages/blog/astro-019.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/src/pages/blog/astro-019.astro b/www/src/pages/blog/astro-019.astro index 40e432557..f97a75aa1 100644 --- a/www/src/pages/blog/astro-019.astro +++ b/www/src/pages/blog/astro-019.astro @@ -154,6 +154,7 @@ let lang = 'en'; - [Nederlands](https://docs.astro.build/nl/getting-started) - [Português](https://docs.astro.build/pt-br/getting-started) - [Suomi](https://docs.astro.build/fi/getting-started) + - [Русский](https://docs.astro.build/ru/getting-started) These are still a work in progress, and we'll keep working towards 100% translation as we creep closer to a v1.0 release. If you know a few languages and are able to contribute, [we could really use your help!](https://github.com/snowpackjs/astro/blob/main/CONTRIBUTING.md#translations) |