feat(i18n): add switchTheme i18n

This commit is contained in:
Dillon
2020-01-30 13:17:42 +08:00
parent 78ef3fa2f3
commit 7e6236361f
6 changed files with 30 additions and 19 deletions

View File

@@ -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]

View File

@@ -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]