🎨 Use YAML style replace of TOML style make more simple.

This commit is contained in:
凡梦星尘
2022-05-24 19:14:49 +08:00
parent a4574e2085
commit 09ff24c8c6
4 changed files with 98 additions and 98 deletions

49
i18n/en-us.yaml Normal file
View File

@@ -0,0 +1,49 @@
#--------------------------------------
# English Version
#--------------------------------------
ColoneFlag:
other: ":"
SitePostsTitle:
other: "Posts"
SiteCatesTitle:
other: "Categories"
SiteTagsTitle:
other: "Tags"
TableOfContents:
other: "TOC"
SiteInfo:
other: "Site Info"
RSSTitle:
other: "RSS Subscribe"
CCLinkTitle:
other: "Creative Commons"
PostPublishDate:
other: "Publish"
PostPublishTime:
other: "Create Time"
PostLastModDate:
other: "Update"
PostLastModTime:
other: "Modify Time"
PostWords:
other: "Words"
PostWordCount:
other: "{{- .WordCount -}}"
PostReading:
other: "Read"
PostReadTime:
other: "{{- .ReadingTime -}}min"
PostVisitor:
other: "Views"
PostCatg:
other: "Categories"
PostTag:
other: "Tags"
PostReadMore:
other: "Read More"
FooterPowerby:
other: "Power by %s"