Skip to content

Commit 740530c

Browse files
committed
Adding Italian urls
1 parent 85fc0ef commit 740530c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,11 @@ export default defineConfigWithTheme<ThemeConfig>({
655655
link: '/translations/',
656656
text: 'Help Us Translate!',
657657
isTranslationsDesc: true
658+
},
659+
{
660+
link: 'https://it.vuejs.org',
661+
text: 'Italiano',
662+
repo: 'https://github.com/vuejs-translations/docs-it'
658663
}
659664
],
660665

src/translations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ aside: false
1414
- [한국어 / Korean](https://ko.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ko)]
1515
- [Português / Portuguese](https://pt.vuejs.org) [[source](https://github.com/vuejs-translations/docs-pt)]
1616
- [বাংলা / Bengali](https://bn.vuejs.org) [[source](https://github.com/vuejs-translations/docs-bn)]
17+
- [Italiano / Italian](https://it.vuejs.org) [[source](https://github.com/vuejs-translations/docs-it)]
1718

1819
<!-- ## Work in Progress Languages {#work-in-progress-languages} -->
1920

0 commit comments

Comments
 (0)