Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2019-08-24 14:32:41 +0300
committerDillon <dillonzq@outlook.com>2019-08-24 14:32:41 +0300
commit5cc4fdbe46442abe7a6949e821c1bd19370570bf (patch)
tree64505b33329ab4b0477dd907f6dc14e4bc7338fc /i18n
parentc8bb0770e9bca9d75771d8c397b744448c4e9647 (diff)
feat: tidy style and layout
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml18
-rw-r--r--i18n/zh.toml18
2 files changed, 30 insertions, 6 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 0ea9f76..232a2a7 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -7,6 +7,9 @@ other = "Posts"
# === Post ===
# === Taxonomy ===
+[all]
+other = "All "
+
[tag]
other = "Tag"
@@ -69,6 +72,18 @@ other = "Home"
[readmore]
other = "Read More"
+
+[day]
+other = "d"
+
+[hour]
+other = "hr"
+
+[minute]
+other = "min"
+
+[second]
+other = "sec"
# === posts/single.html ===
# === 404.html ===
@@ -78,6 +93,3 @@ other = "Page not found"
[backToHome]
other = "Back to Home"
# === 404.html ===
-
-[all]
-other = "All "
diff --git a/i18n/zh.toml b/i18n/zh.toml
index dc7c36b..9befe34 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -7,6 +7,9 @@ other = "文章"
# === Post ===
# === Taxonomy ===
+[all]
+other = "所有"
+
[tag]
other = "标签"
@@ -72,6 +75,18 @@ other = "主页"
[readmore]
other = "阅读全文"
+
+[day]
+other = "天"
+
+[hour]
+other = "时"
+
+[minute]
+other = "分"
+
+[second]
+other = "秒"
# === posts/single.html ===
# === 404.html ===
@@ -81,6 +96,3 @@ other = "页面没找到"
[backToHome]
other = "回到主页"
# === 404.html ===
-
-[all]
-other = "所有"