Skip to content

Commit d4da00e

Browse files
committed
add i18n config
1 parent a42b245 commit d4da00e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,14 @@ extra:
4646
analytics:
4747
provider: google
4848
property: G-0ZTKFXVQ5K
49+
plugins:
50+
- i18n:
51+
docs_structure: suffix
52+
languages:
53+
- locale: en
54+
default: true
55+
name: English
56+
build: true
57+
- locale: ja
58+
name: 日本語
59+
build: true

0 commit comments

Comments
 (0)