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>2020-01-30 08:17:42 +0300
committerDillon <dillonzq@outlook.com>2020-01-30 08:17:42 +0300
commit7e6236361f790ec76a1d282021e6507a8378f40f (patch)
tree3cbc956a45b23e1d911416902a54a656f953df0d /i18n
parent78ef3fa2f34b69960088ef367d301506b6221141 (diff)
feat(i18n): add switchTheme i18n
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml9
-rw-r--r--i18n/zh.toml9
2 files changed, 14 insertions, 4 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 72c6641..0653e75 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -24,10 +24,15 @@ other = "Categories"
# === Taxonomy ===
# === Pagination ===
-[More]
+[more]
other = "More"
# === Pagination ===
+# === partials/header.html ===
+[switchTheme]
+other = "Switch Theme"
+# === partials/header.html ===
+
# === partials/comments.html ===
[valineLang]
other = "en"
@@ -75,7 +80,7 @@ other = "Back"
[home]
other = "Home"
-[readmore]
+[readMore]
other = "Read More"
[day]
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 6eba84b..d60b617 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -24,10 +24,15 @@ other = "分类"
# === Taxonomy ===
# === Pagination ===
-[More]
+[more]
other = "更多"
# === Pagination ===
+# === partials/header.html ===
+[switchTheme]
+other = "切换主题"
+# === partials/header.html ===
+
# === partials/comments.html ===
[valineLang]
other = "zh-cn"
@@ -78,7 +83,7 @@ other = "返回"
[home]
other = "主页"
-[readmore]
+[readMore]
other = "阅读全文"
[day]