File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,10 @@ one = " • One minute to read"
6
6
other = " • {{ .Count }} minutes to read"
7
7
8
8
[more ]
9
- other = " more"
9
+ other = " more"
10
+
11
+ [Categories ]
12
+ other = " Categories"
13
+
14
+ [Tags ]
15
+ other = " Tags"
Original file line number Diff line number Diff line change @@ -6,4 +6,10 @@ one = " • 预计阅读时间 1 分钟"
6
6
other = " • 预计阅读时间 {{ .Count }} 分钟"
7
7
8
8
[more ]
9
- other = " 全文"
9
+ other = " 全文"
10
+
11
+ [Categories ]
12
+ other = " 分类"
13
+
14
+ [Tags ]
15
+ other = " 标签"
Original file line number Diff line number Diff line change 2
2
{{- if or $nav.showCategories $nav.showTags $nav.custom -}}
3
3
< div class ="nav wrap "> < nav class ="nav ">
4
4
{{- if $nav.showCategories -}}
5
- < a class ="nav item " href ="{{- `/categories/` | relLangURL -}} "> Categories</ a >
5
+ < a class ="nav item " href ="{{- `/categories/` | relLangURL -}} "> {{- T " Categories" -}} </ a >
6
6
{{- end -}}
7
7
{{- if $nav.showTags -}}
8
- < a class ="nav item " href ="{{- `/tags/` | relLangURL -}} "> Tags</ a >
8
+ < a class ="nav item " href ="{{- `/tags/` | relLangURL -}} "> {{- T " Tags" -}} </ a >
9
9
{{- end -}}
10
10
{{- range $nav.custom -}}
11
11
{{- $url := .url | safeURL -}}
You can’t perform that action at this time.
0 commit comments