Skip to content

Commit 2e1a4fa

Browse files
authored
Enable language selector. (#37)
1 parent f1979a6 commit 2e1a4fa

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/config.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@ validation:
1212

1313
extra:
1414
project_name: beeware-tutorial
15+
alternate:
16+
- name: English
17+
link: /en/
18+
lang: en
19+
- name: Deutsch
20+
link: /de/
21+
lang: de
22+
- name: Español
23+
link: /es/
24+
lang: es
25+
- name: Français
26+
link: /fr/
27+
lang: fr
28+
- name: Italiano
29+
link: /it/
30+
lang: it
31+
- name: Português
32+
link: /pt/
33+
lang: pt
34+
- name: 中文(简体)
35+
link: /zh-cn/
36+
lang: zh-Hant
37+
- name: 中文(繁體)
38+
link: /zh-tw/
39+
lang: zh-TW
1540
social:
1641
- icon: fontawesome/brands/github
1742
link: https://github.com/beeware

0 commit comments

Comments
 (0)