Merge pull request #169 from myml/authors
feat: Support to show the authors of the article
This commit is contained in:
commit
b53b8dea2a
7 changed files with 43 additions and 8 deletions
|
@ -16,6 +16,9 @@ toOldPosts:
|
|||
tag:
|
||||
other: "tag"
|
||||
|
||||
author:
|
||||
other: "author"
|
||||
|
||||
Tags:
|
||||
other: "Tags"
|
||||
|
||||
|
@ -31,6 +34,9 @@ Categories:
|
|||
toAllTags:
|
||||
other: "to all tags"
|
||||
|
||||
toAllAuthors:
|
||||
other: "to all authors"
|
||||
|
||||
toAllCategories:
|
||||
other: "to all categories"
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@ toOldPosts:
|
|||
tag:
|
||||
other: "标签"
|
||||
|
||||
author:
|
||||
other: "作者"
|
||||
|
||||
Tags:
|
||||
other: "标签"
|
||||
|
||||
|
@ -31,6 +34,9 @@ Categories:
|
|||
toAllTags:
|
||||
other: "所有标签"
|
||||
|
||||
toAllAuthors:
|
||||
other: "所有作者"
|
||||
|
||||
toAllCategories:
|
||||
other: "所有类别"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue