Skip to content

Commit a6fa35f

Browse files
authored
Italian translation ready to launch (#2533)
* Adding Italian urls * order fix
1 parent 85fc0ef commit a6fa35f

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
@@ -651,6 +651,11 @@ export default defineConfigWithTheme<ThemeConfig>({
651651
text: 'বাংলা',
652652
repo: 'https://github.com/vuejs-translations/docs-bn'
653653
},
654+
{
655+
link: 'https://it.vuejs.org',
656+
text: 'Italiano',
657+
repo: 'https://github.com/vuejs-translations/docs-it'
658+
},
654659
{
655660
link: '/translations/',
656661
text: 'Help Us Translate!',

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)