File tree Expand file tree Collapse file tree 3 files changed +59
-11
lines changed Expand file tree Collapse file tree 3 files changed +59
-11
lines changed Original file line number Diff line number Diff line change 1
1
[category ]
2
2
other = " category"
3
3
4
+ [categories ]
5
+ other = " categories"
6
+
4
7
[tag ]
5
8
other = " tag"
6
9
10
+ [tags ]
11
+ other = " tags"
12
+
7
13
[series ]
8
14
other = " series"
9
15
10
16
[author ]
11
17
other = " author"
12
18
19
+ [authors ]
20
+ other = " authors"
21
+
13
22
[posts ]
14
23
other = " posts"
15
24
@@ -32,14 +41,23 @@ other = "Powered by"
32
41
[see_also ]
33
42
other = " See also in"
34
43
35
- [notice_warning ]
36
- other = " Warning"
44
+ [note ]
45
+ other = " note"
46
+
47
+ [tip ]
48
+ other = " tip"
49
+
50
+ [example ]
51
+ other = " example"
52
+
53
+ [question ]
54
+ other = " question"
37
55
38
- [notice_tip ]
39
- other = " Tip "
56
+ [info ]
57
+ other = " info "
40
58
41
- [notice_note ]
42
- other = " Note "
59
+ [warning ]
60
+ other = " warning "
43
61
44
- [notice_info ]
45
- other = " Info "
62
+ [error ]
63
+ other = " error "
Original file line number Diff line number Diff line change 1
1
[category ]
2
2
other = " categoria"
3
3
4
+ [categories ]
5
+ other = " categorias"
6
+
4
7
[tag ]
5
- other = " tag"
8
+ other = " etiqueta"
9
+
10
+ [tags ]
11
+ other = " etiquetas"
6
12
7
13
[series ]
8
14
other = " séries"
9
15
10
- [author ]
16
+ [autor ]
11
17
other = " autor"
12
18
19
+ [authors ]
20
+ other = " autores"
21
+
13
22
[posts ]
14
23
other = " artigos"
15
24
@@ -28,3 +37,24 @@ other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
28
37
29
38
[powered_by ]
30
39
other = " Promovido por"
40
+
41
+ [note ]
42
+ other = " nota"
43
+
44
+ [tip ]
45
+ other = " dica"
46
+
47
+ [example ]
48
+ other = " exemplo"
49
+
50
+ [question ]
51
+ other = " pergunta"
52
+
53
+ [info ]
54
+ other = " info"
55
+
56
+ [warning ]
57
+ other = " aviso"
58
+
59
+ [error ]
60
+ other = " erro"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h1 class="title">
6
6
{{- print ": " -}}
7
7
{{- end -}}
8
8
9
- {{- .Title -}}
9
+ {{- i18n (lower .Title) | default .Title | title -}}
10
10
</ a >
11
11
</ h1 >
12
12
{{ .Content }}
You can’t perform that action at this time.
0 commit comments