✨ feat: add option to show author in post metadata (#322)
This commit is contained in:
@@ -54,6 +54,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 = "الوقت المتوقع للقراءة: أقل من دقيقة" #Less than one minute read.
|
||||
one_min_read = "الوقت المتوقع للقراءة: دقيقة واحدة" #One minute read.
|
||||
|
Reference in New Issue
Block a user