File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ If you got here you just discovered the language switcher that is built in to th
7
7
8
8
This should be in Swedish but it just here to show how the multilingual feature works.
9
9
10
+ Här är lite svensk text för att fylla på utrymmet en del.
Original file line number Diff line number Diff line change @@ -59,8 +59,38 @@ languages:
59
59
languageName : " English"
60
60
languageCode : " en-GB"
61
61
contentDir : content/en
62
+ menu :
63
+ main :
64
+ - Name : " Home"
65
+ weight : -10
66
+ pageRef : " /"
67
+ - Name : " Blog"
68
+ weight : 2
69
+ pageRef : " /blog/"
70
+ - Name : " Podcast"
71
+ weight : 4
72
+ pageRef : " /podcast/"
73
+ - Name : " Products"
74
+ weight : 6
75
+ pageRef : " /products/"
76
+ - Name : " Misc"
77
+ weight : 8
78
+ pageRef : " /misc/"
79
+ - Name : " Search"
80
+ weight : 10
81
+ pageRef : " /search/"
82
+ - Name : " Contact"
83
+ weight : 12
84
+ pageRef : " /contact/"
85
+
62
86
sv :
63
87
weight : 2
64
88
languageName : " Svenska"
65
89
languageCode : " sv-SE"
66
90
contentDir : content/sv
91
+ menu :
92
+ main :
93
+ - Name : " Hem"
94
+ weight : -10
95
+ pageRef : " /"
96
+
You can’t perform that action at this time.
0 commit comments