File tree 8 files changed +40
-1
lines changed
8 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 9
9
one : " 1 Minute"
10
10
other : " {{ .Count }} Minuten"
11
11
12
+ - id : words
13
+ translation :
14
+ one : " Wort"
15
+ other : " {{ .Count }} Wörter"
16
+
12
17
- id : toc
13
18
translation : " Inhaltsverzeichnis"
14
19
Original file line number Diff line number Diff line change 9
9
one : " 1 min"
10
10
other : " {{ .Count }} min"
11
11
12
+ - id : words
13
+ translation :
14
+ one : " word"
15
+ other : " {{ .Count }} words"
16
+
12
17
- id : toc
13
18
translation : " Table of Contents"
14
19
Original file line number Diff line number Diff line change 9
9
one : " 1 min"
10
10
other : " {{ .Count }} min"
11
11
12
+ - id : words
13
+ translation :
14
+ one : " palabra"
15
+ other : " {{ .Count }} palabras"
16
+
12
17
- id : toc
13
18
translation : " Tabla de Contenidos"
14
19
25
30
translation : " copiar"
26
31
27
32
- id : code_copied
28
- translation : " ¡copiado!"
33
+ translation : " ¡copiado!"
Original file line number Diff line number Diff line change 9
9
one : " 1 min"
10
10
other : " {{ .Count }} min"
11
11
12
+ - id : words
13
+ translation :
14
+ one : " mot"
15
+ other : " {{ .Count }} mots"
16
+
12
17
- id : toc
13
18
translation : " Table des Matières"
14
19
Original file line number Diff line number Diff line change 9
9
one : " 1 minuto"
10
10
other : " {{ .Count }} minuti"
11
11
12
+ - id : words
13
+ translation :
14
+ one : " parola"
15
+ other : " {{ .Count }} parole"
16
+
12
17
- id : toc
13
18
translation : " Tabella dei Contenuti"
14
19
Original file line number Diff line number Diff line change 9
9
one : " 1 min"
10
10
other : " {{ .Count }} min"
11
11
12
+ - id : words
13
+ translation :
14
+ one : " woord"
15
+ other : " {{ .Count }} woorden"
16
+
12
17
- id : toc
13
18
translation : " Inhoudsopgave"
14
19
Original file line number Diff line number Diff line change 9
9
one : " 1 minuto"
10
10
other : " {{ .Count }} minutos"
11
11
12
+ - id : words
13
+ translation :
14
+ one : " palavra"
15
+ other : " {{ .Count }} palavras"
16
+
12
17
- id : toc
13
18
translation : " Conteúdo"
14
19
Original file line number Diff line number Diff line change 8
8
{{- $scratch.Add "meta" (slice (i18n "read_time" .ReadingTime | default (printf "%d min" .ReadingTime))) }}
9
9
{{- end }}
10
10
11
+ {{- if (.Param "ShowWordCount") -}}
12
+ {{- $scratch.Add "meta" (slice (i18n "words" .WordCount | default (printf "%d words" .WordCount))) }}
13
+ {{- end }}
14
+
11
15
{{- with (partial "author.html" .) }}
12
16
{{- $scratch.Add "meta" (slice .) }}
13
17
{{- end }}
You can’t perform that action at this time.
0 commit comments