forked from deepStateMirrors/tabi
✨ feat: add option to show author in post metadata (#322)
This commit is contained in:
parent
86a4e5f5f4
commit
9d49a65354
24 changed files with 157 additions and 39 deletions
|
@ -45,6 +45,9 @@ go_to_top = "Ir al inicio de la página"
|
|||
go_to_comments = "Ir a la sección de comentarios"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Por $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " y " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "BORRADOR"
|
||||
zero_min_read = "<1 min de lectura"
|
||||
one_min_read = "$NUMBER min de lectura"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue