Skip to content

Commit 821e2d6

Browse files
committed
Add Japanese and Spanish translations
1 parent 905db0b commit 821e2d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config.yaml.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ languages:
3131
include-files:
3232
- content/en/config.yaml
3333

34+
es:
35+
title: SciPy
36+
weight: 3
37+
contentDir: content/es
38+
include-files:
39+
- content/es/config.yaml
40+
41+
ja:
42+
title: SciPy
43+
weight: 4
44+
contentDir: content/ja
45+
include-files:
46+
- content/ja/config.yaml
47+
3448
pt:
3549
title: SciPy
3650
weight: 2

0 commit comments

Comments
 (0)