diff --git a/.vitepress/config.ts b/.vitepress/config.ts index f73de238cd..7be2308b6f 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -651,6 +651,11 @@ export default defineConfigWithTheme({ text: 'বাংলা', repo: 'https://github.com/vuejs-translations/docs-bn' }, + { + link: 'https://it.vuejs.org', + text: 'Italiano', + repo: 'https://github.com/vuejs-translations/docs-it' + }, { link: '/translations/', text: 'Help Us Translate!', diff --git a/src/translations/index.md b/src/translations/index.md index ec1d44c701..bef7037fb2 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -14,6 +14,7 @@ aside: false - [한국어 / Korean](https://ko.vuejs.org) [[source](https://github.com/vuejs-translations/docs-ko)] - [Português / Portuguese](https://pt.vuejs.org) [[source](https://github.com/vuejs-translations/docs-pt)] - [বাংলা / Bengali](https://bn.vuejs.org) [[source](https://github.com/vuejs-translations/docs-bn)] +- [Italiano / Italian](https://it.vuejs.org) [[source](https://github.com/vuejs-translations/docs-it)]