Skip to content

Commit d77e5a1

Browse files
authored
Add translation link to ru.vuejs.org (#2757)
1 parent e77511d commit d77e5a1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vitepress/config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,11 @@ export default defineConfigWithTheme<ThemeConfig>({
669669
text: 'Italiano',
670670
repo: 'https://github.com/vuejs-translations/docs-it'
671671
},
672+
{
673+
link: 'https://ru.vuejs.org',
674+
text: 'Русский',
675+
repo: 'https://github.com/translation-gang/docs-ru'
676+
},
672677
{
673678
link: 'https://fa.vuejs.org',
674679
text: 'فارسی',

src/translations/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ aside: false
1616
- [বাংলা / Bengali](https://bn.vuejs.org) [[source](https://github.com/vuejs-translations/docs-bn)]
1717
- [Italiano / Italian](https://it.vuejs.org) [[source](https://github.com/vuejs-translations/docs-it)]
1818
- [فارسی / Persian](https://fa.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fa)]
19+
- [Русский / Russian](https://ru.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ru)]
1920
- [Čeština / Czech](https://cs.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-cs)]
2021

2122
## Work in Progress Languages {#work-in-progress-languages}

0 commit comments

Comments
 (0)