Skip to content

Commit d99ebc3

Browse files
committed
feat: add ja trans
1 parent 4890d42 commit d99ebc3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.vitepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ const Translations = [
106106
text: 'Ελληνικά',
107107
link: 'https://el.sli.dev{{pathname}}',
108108
},
109+
{
110+
text: '日本語',
111+
link: 'https://ja.sli.dev{{pathname}}',
112+
},
109113
]
110114

111115
const Customizations = [

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Documentation for [Slidev](https://github.com/slidevjs/slidev)
1515
| Deutsch | [docs-de](https://github.com/slidevjs/docs-de) | [de.sli.dev](https://de.sli.dev) | [@fabiankachlock](https://github.com/fabiankachlock) |
1616
| Português (BR) | [docs-br](https://github.com/slidevjs/docs-br) | [br.sli.dev](https://br.sli.dev) | [@luisfelipesdn12](https://github.com/luisfelipesdn12) |
1717
| Ελληνικά | [docs-el](https://github.com/slidevjs/docs-el) | [el.sli.dev](https://el.sli.dev) | [@GeopJr](https://github.com/GeopJr) |
18+
| 日本語 | [docs-ja](https://github.com/slidevjs/docs-el) | [ja.sli.dev](https://ja.sli.dev) | [@IkumaTadokoro](https://github.com/IkumaTadokoro) |
1819

1920
## Start Server Locally
2021

0 commit comments

Comments
 (0)