File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ const Translations = [
106
106
text : 'Ελληνικά' ,
107
107
link : 'https://el.sli.dev{{pathname}}' ,
108
108
} ,
109
+ {
110
+ text : '日本語' ,
111
+ link : 'https://ja.sli.dev{{pathname}}' ,
112
+ } ,
109
113
]
110
114
111
115
const Customizations = [
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Documentation for [Slidev](https://github.com/slidevjs/slidev)
15
15
| Deutsch | [ docs-de] ( https://github.com/slidevjs/docs-de ) | [ de.sli.dev] ( https://de.sli.dev ) | [ @fabiankachlock ] ( https://github.com/fabiankachlock ) |
16
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
17
| Ελληνικά | [ 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 ) |
18
19
19
20
## Start Server Locally
20
21
You can’t perform that action at this time.
0 commit comments