Add option to add word count to metadata (#740)
Usage: ShowWordCount: true
This commit is contained in:
parent
37f359ee21
commit
b0ab8ea495
8 changed files with 40 additions and 1 deletions
|
|
@ -9,6 +9,11 @@
|
|||
one : "1 min"
|
||||
other: "{{ .Count }} min"
|
||||
|
||||
- id: words
|
||||
translation:
|
||||
one : "palabra"
|
||||
other: "{{ .Count }} palabras"
|
||||
|
||||
- id: toc
|
||||
translation: "Tabla de Contenidos"
|
||||
|
||||
|
|
@ -25,4 +30,4 @@
|
|||
translation: "copiar"
|
||||
|
||||
- id: code_copied
|
||||
translation: "¡copiado!"
|
||||
translation: "¡copiado!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue