aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/data
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-31 22:07:50 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-31 22:07:50 +0800
commit259d3dec1ae78e617b76ebeecd357218702d3d30 (patch)
tree088cb3abe91cba52395518ba1f080c7fdab5f85d /exampleSite/data
parentbe7b6c63a4fb89144e52659a145d09ddb03ba29a (diff)
refactor: i18n
Diffstat (limited to 'exampleSite/data')
-rw-r--r--exampleSite/data/even/default.toml47
1 files changed, 0 insertions, 47 deletions
diff --git a/exampleSite/data/even/default.toml b/exampleSite/data/even/default.toml
deleted file mode 100644
index 09cb578..0000000
--- a/exampleSite/data/even/default.toml
+++ /dev/null
@@ -1,47 +0,0 @@
-archive = "Archive"
-tags = "Tags"
-categories = "Categories"
-
-[footer]
- powered = "Powered by %s"
- theme = "Theme"
-
-[posts]
- prev = "Prev"
- next = "Next"
- prev_post = "Prev"
- next_post = "Next"
- toc = "Contents"
- readmore = "Read more.."
- reward = "Reward"
- rewardAlipay = "alipay"
- rewardWechat = "wechat"
- seeMarkDown = "The Markdown version ยป"
-
- [posts.header]
- wordCount = "%d word"
- readingTime = "%d min read"
-
-[copyright]
- author = "Author"
- lastMod = "LastMod"
- markdown = "Markdown"
- license = "License"
-
-[counter]
- [counter.archives]
- zero = "No Posts"
- other = "%d Posts In Total"
-
- [counter.tagcloud]
- zero = "No tags"
- other = "%d Tags In Total"
-
- [counter.categories]
- zero = "No Categories"
- other = "%d Categories In Total"
-
-[traffic]
- siteUV = "site uv: %s"
- sitePV = "site pv: %s"
- pagePV = "%s times read"