mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
✨ 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
|
@ -47,6 +47,9 @@ go_to_top = "पृष्ठ के शीर्ष पर जाएं"
|
|||
go_to_comments = "टिप्पणी अनुभाग में जाएं"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "$AUTHOR द्वारा" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " और " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "मसौदा"
|
||||
zero_min_read = "कम से कम 1 मिनट पठन समय"
|
||||
one_min_read = "$NUMBER मिनट पठन समय"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue