Skip to content

Commit 7fcdfb6

Browse files
committed
feat: add translations entries
1 parent e4ceafe commit 7fcdfb6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.vitepress/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ const Translations = [
9090
text: 'Deutsch',
9191
link: 'https://de.sli.dev{{pathname}}',
9292
},
93+
{
94+
text: 'Português (BR)',
95+
link: 'https://br.sli.dev{{pathname}}',
96+
},
97+
{
98+
text: 'Ελληνικά',
99+
link: 'https://el.sli.dev{{pathname}}',
100+
},
93101
]
94102

95103
const Customizations = [

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Documentation for [Slidev](https://github.com/slidevjs/slidev)
1313
| Русский | [docs-ru](https://github.com/slidevjs/docs-ru) | [ru.sli.dev](https://ru.sli.dev) | [@xesjkeee](https://github.com/xesjkeee) |
1414
| Việt Nam | [docs-vn](https://github.com/slidevjs/docs-vn) | [vn.sli.dev](https://vn.sli.dev) | [@bongudth](https://github.com/bongudth) |
1515
| Deutsch | [docs-de](https://github.com/slidevjs/docs-de) | [de.sli.dev](https://de.sli.dev) | [@fabiankachlock](https://github.com/fabiankachlock) |
16+
| Português (BR) | [docs-br](https://github.com/slidevjs/docs-br) | [br.sli.dev](https://br.sli.dev) | [@luisfelipesdn12](https://github.com/luisfelipesdn12) |
17+
| Ελληνικά | [docs-el](https://github.com/slidevjs/docs-el) | [el.sli.dev](https://el.sli.dev) | [@GeopJr](https://github.com/GeopJr) |
1618

1719
## Start Server Locally
1820

0 commit comments

Comments
 (0)