Skip to content

Commit 9c0ccea

Browse files
authored
docs: Russian translation (#1042)
* Update config.js * Update translations-data.js
1 parent 6b0a492 commit 9c0ccea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/.vuepress/components/guide/contributing/translations-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export const repos = [
1717
{ lang: 'ja', owner: 'vuejs-jp', repo: 'ja.vuejs.org', branch: 'lang-ja', url: 'https://v3.ja.vuejs.org/' },
1818
{ lang: 'ko', owner: 'vuejs-kr', repo: 'docs-next', branch: 'rootKoKr', url: 'https://v3.ko.vuejs.org/' },
1919
{ lang: 'pt-br', owner: 'vuejs-br', repo: 'docs-next', branch: 'master', url: 'https://vuejsbr-docs-next.netlify.app/' },
20-
{ lang: 'ru', owner: 'translation-gang', repo: 'docs-next', branch: 'master' },
20+
{ lang: 'ru', owner: 'translation-gang', repo: 'docs-next', branch: 'master', url: 'https://v3.ru.vuejs.org/' },
2121
{ lang: 'zh-cn', owner: 'vuejs', repo: 'docs-next-zh-cn', branch: 'master', url: 'https://v3.cn.vuejs.org/' }
2222
]

src/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@ module.exports = {
434434
text: '日本語',
435435
link: 'https://v3.ja.vuejs.org/'
436436
},
437+
{
438+
text: 'Русский',
439+
link: 'https://v3.ru.vuejs.org/'
440+
},
437441
{
438442
text: 'More Translations',
439443
link: '/guide/contributing/translations#community-translations'

0 commit comments

Comments
 (0)