Skip to content

Commit 1ab68f6

Browse files
Add translation link for bn.vuejs.org (#2508)
* add translation link for bn.vuejs.org * add indent as old file
1 parent eba914e commit 1ab68f6

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
@@ -646,6 +646,11 @@ export default defineConfigWithTheme<ThemeConfig>({
646646
text: 'Português',
647647
repo: 'https://github.com/vuejs-translations/docs-pt'
648648
},
649+
{
650+
link: 'https://bn.vuejs.org',
651+
text: 'বাংলা',
652+
repo: 'https://github.com/vuejs-translations/docs-bn'
653+
},
649654
{
650655
link: '/translations/',
651656
text: 'Help Us Translate!',

src/translations/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ aside: false
1313
- [Français / French](https://fr.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fr)]
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)]
16+
- [বাংলা / Bengali](https://bn.vuejs.org) [[source](https://github.com/vuejs-translations/docs-bn)]
1617

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

0 commit comments

Comments
 (0)