diff --git a/src/.vuepress/components/guide/contributing/translations-data.js b/src/.vuepress/components/guide/contributing/translations-data.js index eaf68b2aa1..405530b040 100644 --- a/src/.vuepress/components/guide/contributing/translations-data.js +++ b/src/.vuepress/components/guide/contributing/translations-data.js @@ -17,6 +17,6 @@ export const repos = [ { lang: 'ja', owner: 'vuejs-jp', repo: 'ja.vuejs.org', branch: 'lang-ja', url: 'https://v3.ja.vuejs.org/' }, { lang: 'ko', owner: 'vuejs-kr', repo: 'docs-next', branch: 'rootKoKr', url: 'https://v3.ko.vuejs.org/' }, { lang: 'pt-br', owner: 'vuejs-br', repo: 'docs-next', branch: 'master', url: 'https://vuejsbr-docs-next.netlify.app/' }, - { lang: 'ru', owner: 'translation-gang', repo: 'docs-next', branch: 'master' }, + { lang: 'ru', owner: 'translation-gang', repo: 'docs-next', branch: 'master', url: 'https://v3.ru.vuejs.org/' }, { lang: 'zh-cn', owner: 'vuejs', repo: 'docs-next-zh-cn', branch: 'master', url: 'https://v3.cn.vuejs.org/' } ] diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 24d4e79421..c526bb2664 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -434,6 +434,10 @@ module.exports = { text: '日本語', link: 'https://v3.ja.vuejs.org/' }, + { + text: 'Русский', + link: 'https://v3.ru.vuejs.org/' + }, { text: 'More Translations', link: '/guide/contributing/translations#community-translations'